From 2f1f12ad1056db85fbf922b0c5653c6a4219698f Mon Sep 17 00:00:00 2001 From: gaohongsong Date: Tue, 31 Oct 2023 12:44:20 +0800 Subject: [PATCH] =?UTF-8?q?feat(backend):=20=E7=9B=91=E6=8E=A7=E9=87=87?= =?UTF-8?q?=E9=9B=86=E6=A8=A1=E6=9D=BF=E5=88=B7=E6=96=B0=EF=BC=8C=E8=A1=A5?= =?UTF-8?q?=E5=85=85machine=5Ftypes=EF=BC=8C=E6=94=AF=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E4=B8=AA=E6=8F=92=E4=BB=B6=E5=A4=9A=E4=B8=AA=E9=87=87=E9=9B=86?= =?UTF-8?q?=20close=20#1583?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bk_dataview/dashboards/json/es.json | 12586 +- .../backend/db_meta/models/cluster_monitor.py | 11 +- .../management/commands/export_template.py | 4 +- .../management/commands/extract_alarm.py | 116 +- .../management/commands/extract_collect.py | 53 +- .../commands/fix_collect_template.py | 52 + ...fix_template.py => fix_policy_template.py} | 13 - .../migrations/0015_auto_20231031_1238.py | 31 + dbm-ui/backend/db_monitor/models/collect.py | 15 +- dbm-ui/backend/db_monitor/readme.md | 38 +- ...s.json => dbm_elasticsearch_exporter.json} | 5378 +- ...orter.hdfs.json => dbm_hdfs_exporter.json} | 2041 +- .../tpls/collect/dbm_influxdb_bkpull.json | 50075 ++++ .../tpls/collect/dbm_kafka_bkpull.json | 30872 +++ ...zookeeper.json => dbm_kafka_exporter.json} | 1394 +- .../tpls/collect/dbm_mysqld_exporter.json | 202386 ++++++++++++++ ...roxy.json => dbm_mysqlproxy_exporter.json} | 257 +- ...predixy.json => dbm_predixy_exporter.json} | 996 +- ....json => dbm_pulsarbookkeeper_bkpull.json} | 4516 +- ...oker.json => dbm_pulsarbroker_bkpull.json} | 2622 +- ...r.json => dbm_pulsarzookeeper_bkpull.json} | 3086 +- ...ter.redis.json => dbm_redis_exporter.json} | 4594 +- .../tpls/collect/dbm_spider_exporter.json | 202388 +++++++++++++++ ...proxy.json => dbm_twemproxy_exporter.json} | 382 +- ...influxdb.dbm_influxdb_bkpull.influxdb.json | 5798 - .../collect/kafka.dbm_kafka_bkpull.kafka.json | 2584 - .../mysql.dbm_mysqld_exporter.mysql.json | 9382 - .../mysql.dbm_spider_exporter.spider.json | 9382 - .../local_tasks/db_monitor.py | 2 +- 29 files changed, 506231 insertions(+), 44823 deletions(-) create mode 100644 dbm-ui/backend/db_monitor/management/commands/fix_collect_template.py rename dbm-ui/backend/db_monitor/management/commands/{fix_template.py => fix_policy_template.py} (88%) create mode 100644 dbm-ui/backend/db_monitor/migrations/0015_auto_20231031_1238.py rename dbm-ui/backend/db_monitor/tpls/collect/{es.dbm_elasticsearch_exporter.es.json => dbm_elasticsearch_exporter.json} (73%) rename dbm-ui/backend/db_monitor/tpls/collect/{hdfs.dbm_hdfs_exporter.hdfs.json => dbm_hdfs_exporter.json} (81%) create mode 100644 dbm-ui/backend/db_monitor/tpls/collect/dbm_influxdb_bkpull.json create mode 100644 dbm-ui/backend/db_monitor/tpls/collect/dbm_kafka_bkpull.json rename dbm-ui/backend/db_monitor/tpls/collect/{kafka.dbm_kafka_exporter.zookeeper.json => dbm_kafka_exporter.json} (83%) create mode 100644 dbm-ui/backend/db_monitor/tpls/collect/dbm_mysqld_exporter.json rename dbm-ui/backend/db_monitor/tpls/collect/{mysql.dbm_mysqlproxy_exporter.proxy.json => dbm_mysqlproxy_exporter.json} (78%) rename dbm-ui/backend/db_monitor/tpls/collect/{redis.dbm_predixy_exporter.predixy.json => dbm_predixy_exporter.json} (82%) rename dbm-ui/backend/db_monitor/tpls/collect/{pulsar.dbm_pulsarbookkeeper_bkpull.bookkeeper.json => dbm_pulsarbookkeeper_bkpull.json} (82%) rename dbm-ui/backend/db_monitor/tpls/collect/{pulsar.dbm_pulsarbroker_bkpull.broker.json => dbm_pulsarbroker_bkpull.json} (81%) rename dbm-ui/backend/db_monitor/tpls/collect/{pulsar.dbm_pulsarzookeeper_bkpull.zookeeper.json => dbm_pulsarzookeeper_bkpull.json} (81%) rename dbm-ui/backend/db_monitor/tpls/collect/{redis.dbm_redis_exporter.redis.json => dbm_redis_exporter.json} (80%) create mode 100644 dbm-ui/backend/db_monitor/tpls/collect/dbm_spider_exporter.json rename dbm-ui/backend/db_monitor/tpls/collect/{redis.dbm_twemproxy_exporter.twemproxy.json => dbm_twemproxy_exporter.json} (79%) delete mode 100644 dbm-ui/backend/db_monitor/tpls/collect/influxdb.dbm_influxdb_bkpull.influxdb.json delete mode 100644 dbm-ui/backend/db_monitor/tpls/collect/kafka.dbm_kafka_bkpull.kafka.json delete mode 100644 dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_mysqld_exporter.mysql.json delete mode 100644 dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_spider_exporter.spider.json diff --git a/dbm-ui/backend/bk_dataview/dashboards/json/es.json b/dbm-ui/backend/bk_dataview/dashboards/json/es.json index 8560f9795b..c351e2b8a1 100644 --- a/dbm-ui/backend/bk_dataview/dashboards/json/es.json +++ b/dbm-ui/backend/bk_dataview/dashboards/json/es.json @@ -6,7 +6,7 @@ "description": "", "type": "datasource", "pluginId": "bkmonitor-timeseries-datasource", - "pluginName": "Blueing Monitor TimeSeries" + "pluginName": "蓝鲸监控-时序数据" } ], "__elements": {}, @@ -14,7 +14,7 @@ { "type": "datasource", "id": "bkmonitor-timeseries-datasource", - "name": "Blueing Monitor TimeSeries", + "name": "蓝鲸监控-时序数据", "version": "3.6.0" }, { @@ -1090,7 +1090,7 @@ } ], "refId": "A", - "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{__name=~\"hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", + "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{name=~\"hot-.*|dn-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", "step": "", "type": "range" } @@ -1163,7 +1163,7 @@ "promqlAlias": "", "query_configs": [], "refId": "A", - "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{__name=~\"hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", + "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{name=~\"cold-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", "step": "", "type": "range" } @@ -1652,10 +1652,17 @@ "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "expressionList": [], + "expressionList": [ + { + "active": true, + "alias": "", + "expression": "a * 1 + b * 2 + c * 3", + "functions": [] + } + ], "format": "time_series", "host": [], - "mode": "ui", + "mode": "code", "module": [], "promqlAlias": "", "query_configs": [ @@ -1667,7 +1674,7 @@ "filter_dict": {}, "functions": [], "group_by": [], - "interval": "auto", + "interval": 60, "interval_unit": "s", "method": "max_without_time", "metric_field": "elasticsearch_cluster_health_status", @@ -1690,12 +1697,102 @@ "value": [ "$cluster_domain" ] + }, + { + "condition": "and", + "key": "color", + "method": "eq", + "value": [ + "green" + ] + } + ] + }, + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_cluster_health_status", + "refId": "b", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "color", + "method": "eq", + "value": [ + "yellow" + ] + } + ] + }, + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_cluster_health_status", + "refId": "c", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "color", + "method": "eq", + "value": [ + "red" + ] } ] } ], "refId": "A", - "source": "elasticsearch_cluster_health_status", + "source": "max(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_cluster_health_status{app=\"$app\",cluster_domain=\"$cluster_domain\",color=\"green\"}) * 1 + max(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_cluster_health_status{app=\"$app\",cluster_domain=\"$cluster_domain\",color=\"yellow\"}) * 2 + max(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_cluster_health_status{app=\"$app\",cluster_domain=\"$cluster_domain\",color=\"red\"}) * 3", "step": "", "type": "range" } @@ -2161,7 +2258,7 @@ "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "description": "0: red\n1: green\n2: yellow", + "description": "1: green\n2: yellow\n3: red", "fieldConfig": { "defaults": { "color": { @@ -2281,7 +2378,7 @@ } ], "refId": "A", - "source": "max(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_cluster_health_status{app=\"$app\",cluster_domain=\"$cluster_domain\"})", + "source": "max(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_cluster_health_status{app=\"$app\",cluster_domain=\"$cluster_domain\",color=\"green\"}) * 1 + max(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_cluster_health_status{app=\"$app\",cluster_domain=\"$cluster_domain\",color=\"yellow\"}) * 2 + max(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_cluster_health_status{app=\"$app\",cluster_domain=\"$cluster_domain\",color=\"red\"}) * 3", "step": "", "type": "range" } @@ -3184,7 +3281,7 @@ } ], "refId": "A", - "source": "avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_time_seconds_total{__name=~\"hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m]))/avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_total{app=\"$app\", cluster_domain=\"$cluster_domain\",__name=~\"hot-.*\"}[3m]))", + "source": "avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_time_seconds_total{name=~\"hot-.*|dn-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m]))/avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_total{app=\"$app\", cluster_domain=\"$cluster_domain\",name=~\"hot-.*|dn-.*\"}[3m]))", "step": "", "type": "range" }, @@ -3315,7 +3412,7 @@ } ], "refId": "B", - "source": "avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_time_seconds{__name=~\"hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m])) / avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_total{__name=~\"hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m]))", + "source": "avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_time_seconds{name=~\"hot-.*|dn-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m])) / avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_total{name=~\"hot-.*|dn-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m]))", "step": "", "type": "range" }, @@ -3353,7 +3450,7 @@ } ], "refId": "C", - "source": "avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_merges_total_time_seconds_total{__name=~\"hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m]))/avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_merges_total{app=\"$app\", cluster_domain=\"$cluster_domain\",__name=~\"hot-.*\"}[3m]))", + "source": "avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_merges_total_time_seconds_total{name=~\"hot-.*|dn-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"}[3m]))/avg(irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_merges_total{app=\"$app\", cluster_domain=\"$cluster_domain\",name=~\"hot-.*|dn-.*\"}[3m]))", "step": "", "type": "range" } @@ -3697,7 +3794,7 @@ } ], "refId": "B", - "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"dn-.*|hot-.*\"})", + "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"dn-.*|hot-.*\"})", "step": "", "type": "range" }, @@ -3758,7 +3855,7 @@ } ], "refId": "C", - "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"cold-.*\"})", + "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"cold-.*\"})", "step": "", "type": "range" }, @@ -3819,7 +3916,7 @@ } ], "refId": "D", - "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"client-.*\"})", + "source": "count(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"client-.*\"})", "step": "", "type": "range" } @@ -4018,7 +4115,7 @@ } ] }, - "unit": "bytes" + "unit": "decbytes" }, "overrides": [] }, @@ -4068,7 +4165,7 @@ "type": "timeseries" }, { - "collapsed": true, + "collapsed": false, "gridPos": { "h": 1, "w": 24, @@ -4076,6703 +4173,6682 @@ "y": 50 }, "id": 41, - "panels": [ + "panels": [], + "title": "indices信息", + "type": "row" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "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": 51 + }, + "id": 43, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + "expressionList": [ + { + "active": true, + "alias": "", + "expression": "", + "functions": [] + } + ], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_index", + "query_configs": [ + { + "alias": "$tag_index", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ + { + "id": "rate", + "params": [ + { + "id": "window", + "value": "2m" + } + ] }, - "thresholdsStyle": { - "mode": "off" + { + "id": "topk", + "params": [ + { + "id": "k", + "value": "20" + } + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 2 - }, - "id": 43, - "options": { - "legend": { - "calcs": [ - "max", - "last" ], - "displayMode": "table", - "placement": "right", - "showLegend": true, - "sortBy": "Last", - "sortDesc": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [ - { - "active": true, - "alias": "", - "expression": "", - "functions": [] - } + "group_by": [ + "index" ], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_index", - "query_configs": [ + "interval": 60, + "interval_unit": "s", + "method": "sum_without_time", + "metric_field": "elasticsearch_index_stats_indexing_index_total", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ { - "alias": "$tag_index", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "rate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - }, - { - "id": "topk", - "params": [ - { - "id": "k", - "value": "20" - } - ] - } - ], - "group_by": [ - "index" - ], - "interval": 60, - "interval_unit": "s", - "method": "sum_without_time", - "metric_field": "elasticsearch_index_stats_indexing_index_total", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" ] } - ], - "refId": "A", - "source": "topk(20, sum by(index) (rate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_index_stats_indexing_index_total{app=\"$app\",cluster_domain=\"$cluster_domain\"}[2m])))", - "step": "", - "type": "range" + ] } ], - "title": "每秒indexing请求(top20)", - "type": "timeseries" + "refId": "A", + "source": "topk(20, sum by(index) (rate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_index_stats_indexing_index_total{app=\"$app\",cluster_domain=\"$cluster_domain\"}[2m])))", + "step": "", + "type": "range" + } + ], + "title": "每秒indexing请求(top20)", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "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": 12, + "y": 51 + }, + "id": 46, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_index", + "query_configs": [ + { + "alias": "$tag_index", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [ + { + "id": "topk", + "params": [ + { + "id": "k", + "value": "20" + } + ] }, - "thresholdsStyle": { - "mode": "off" + { + "id": "rate", + "params": [ + { + "id": "window", + "value": "2m" + } + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 2 - }, - "id": 46, - "options": { - "legend": { - "calcs": [ - "max", - "last" ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_index", - "query_configs": [ + "group_by": [ + "index" + ], + "interval": 60, + "interval_unit": "s", + "method": "SUM", + "metric_field": "elasticsearch_index_stats_search_query_total", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ { - "alias": "$tag_index", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [ - { - "id": "topk", - "params": [ - { - "id": "k", - "value": "20" - } - ] - }, - { - "id": "rate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "index" - ], - "interval": 60, - "interval_unit": "s", - "method": "SUM", - "metric_field": "elasticsearch_index_stats_search_query_total", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" ] } - ], - "refId": "A", - "source": "topk(20, sum by(index) (rate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_index_stats_search_query_total{app=\"$app\",cluster_domain=\"$cluster_domain\"}[2m])))", - "step": "", - "type": "range" + ] } ], - "title": "每秒search请求(top20)", - "type": "timeseries" + "refId": "A", + "source": "topk(20, sum by(index) (rate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_index_stats_search_query_total{app=\"$app\",cluster_domain=\"$cluster_domain\"}[2m])))", + "step": "", + "type": "range" + } + ], + "title": "每秒search请求(top20)", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "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": "bytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 59 + }, + "id": 44, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "ui", + "module": [], + "promqlAlias": "", + "query_configs": [ + { + "alias": "$tag_index", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ + { + "id": "topk", + "params": [ + { + "id": "k", + "value": "20" + } + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "bytes" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 10 - }, - "id": 44, - "options": { - "legend": { - "calcs": [ - "max", - "last" ], - "displayMode": "table", - "placement": "right", - "showLegend": true, - "sortBy": "Last", - "sortDesc": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "ui", - "module": [], - "promqlAlias": "", - "query_configs": [ + "group_by": [ + "index" + ], + "interval": "auto", + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_indices_store_size_bytes_total", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ { - "alias": "$tag_index", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "topk", - "params": [ - { - "id": "k", - "value": "20" - } - ] - } - ], - "group_by": [ - "index" - ], - "interval": "auto", - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_indices_store_size_bytes_total", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" ] - } - ], - "refId": "A", - "source": "", - "step": "", - "type": "range" - } - ], - "title": "indices数据量(top20)", - "type": "timeseries" - }, - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": "short" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 10 - }, - "id": 45, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true, - "sortBy": "Last", - "sortDesc": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "ui", - "module": [], - "promqlAlias": "", - "query_configs": [ { - "alias": "$tag_index-$tag__shard", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "topk", - "params": [ - { - "id": "k", - "value": "20" - } - ] - } - ], - "group_by": [ - "index", - "_shard" - ], - "interval": 60, - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "elasticsearch_indices_shards_docs", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - } + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" ] } - ], - "refId": "A", - "source": "topk(5, bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_shards_docs{app=\"$app\",cluster_domain=\"$cluster_domain\"})", - "step": "", - "type": "range" + ] } ], - "title": "shard docs(top20)", - "type": "timeseries" + "refId": "A", + "source": "", + "step": "", + "type": "range" } ], - "title": "indices信息", - "type": "row" + "title": "indices数据量(top20)", + "type": "timeseries" }, { - "collapsed": true, - "gridPos": { - "h": 1, - "w": 24, - "x": 0, - "y": 51 + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" }, - "id": 48, - "panels": [ - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": "percentunit" + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 3 - }, - "id": 50, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" }, - "tooltip": { - "mode": "single", - "sort": "none" + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [ - { - "active": true, - "alias": "$tag___name", - "expression": "a / b", - "functions": [] - } - ], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "", - "query_configs": [ - { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": false, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_jvm_memory_used_bytes", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_master_node", - "method": "eq", - "value": [ - "true" - ] - } - ] - }, - { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_jvm_memory_max_bytes", - "refId": "b", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_master_node", - "method": "eq", - "value": [ - "true" - ] - } - ] - } - ], - "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\"}) / max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\"})", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "short" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 59 + }, + "id": 45, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "jvm heap使用率", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": 12, - "y": 3 - }, - "id": 54, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_index-$tag_shard", + "query_configs": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [ - { - "active": true, - "alias": "", - "expression": "a*60", - "functions": [] - } - ], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "young-$tag___name", - "query_configs": [ + "alias": "$tag_index-$tag__shard", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ { - "alias": "young-$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_master_node", - "method": "eq", - "value": [ - "true" - ] - }, + "id": "topk", + "params": [ { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "young" - ] + "id": "k", + "value": "20" } ] } ], - "refId": "A", - "source": "avg by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\",gc=\"young\"}[2m])) * 60", - "step": "", - "type": "range" - }, - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [ - { - "active": true, - "alias": "old-$tag___name", - "expression": "a * 60", - "functions": [] - } + "group_by": [ + "index", + "_shard" ], - "format": "time_series", - "hide": false, - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "old-$tag___name", - "query_configs": [ + "interval": 60, + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "elasticsearch_indices_shards_docs", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ { - "alias": "old-$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_master_node", - "method": "eq", - "value": [ - "true" - ] - }, - { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "old" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" ] } - ], - "refId": "B", - "source": "avg by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\",gc=\"old\"}[2m])) * 60", - "step": "", - "type": "range" + ] } ], - "title": "jvm gc次数(1m)", - "type": "timeseries" - }, - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 11 + "refId": "A", + "source": "topk(20, avg by (index, shard) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_shards_docs{app=\"$app\",cluster_domain=\"$cluster_domain\"}))", + "step": "", + "type": "range" + } + ], + "title": "shard docs(top20)", + "type": "timeseries" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 67 + }, + "id": 48, + "panels": [], + "title": "master", + "type": "row" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 53, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [ + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 68 + }, + "id": 50, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [ + { + "active": true, + "alias": "$tag___name", + "expression": "a / b", + "functions": [] + } + ], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": false, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_jvm_memory_used_bytes", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ { - "active": true, - "alias": "$tag___name", - "expression": "a + b", - "functions": [] + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_master_node", + "method": "eq", + "value": [ + "true" + ] } + ] + }, + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" ], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_jvm_memory_max_bytes", + "refId": "b", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "3m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 90, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "__name", - "method": "reg", - "value": [ - "master-.*|Master-.*" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "old" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" ] }, { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "3m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 90, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", - "refId": "b", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "__name", - "method": "reg", - "value": [ - "master-.*|Master-.*" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "young" - ] - } + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_master_node", + "method": "eq", + "value": [ + "true" ] } - ], - "refId": "A", - "source": "avg by (__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{__name=~\"master-.*|Master-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\"}[3m])) + avg by (__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{__name=~\"master-.*|Master-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m]))", - "step": "", - "type": "range" + ] } ], - "title": "jvm gc时间占比", - "type": "timeseries" - }, - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "refId": "A", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\"}) / max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\"})", + "step": "", + "type": "range" + } + ], + "title": "jvm heap使用率", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": "dtdurations" + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 11 - }, - "id": 51, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" }, - "tooltip": { - "mode": "single", - "sort": "none" + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 68 + }, + "id": 54, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [ + { + "active": true, + "alias": "", + "expression": "a*60", + "functions": [] + } + ], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "young-$tag_name", + "query_configs": [ + { + "alias": "young-$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": "auto", - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_jvm_uptime_seconds", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, + "id": "irate", + "params": [ { - "condition": "and", - "key": "es_master_node", - "method": "eq", - "value": [ - "true" - ] + "id": "window", + "value": "2m" } ] } ], - "refId": "A", - "source": "max by(__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\"})", - "step": "", - "type": "range" + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_master_node", + "method": "eq", + "value": [ + "true" + ] + }, + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "young" + ] + } + ] } ], - "title": "节点uptime", - "type": "timeseries" + "refId": "A", + "source": "avg by(name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\",gc=\"young\"}[2m])) * 60", + "step": "", + "type": "range" }, { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "expressionList": [ + { + "active": true, + "alias": "old-$tag___name", + "expression": "a * 60", + "functions": [] + } + ], + "format": "time_series", + "hide": false, + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "old-$tag_name", + "query_configs": [ + { + "alias": "old-$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [ + { + "id": "irate", + "params": [ + { + "id": "window", + "value": "2m" + } + ] + } + ], + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "es_master_node", + "method": "eq", + "value": [ + "true" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "old" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 19 - }, - "id": 52, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + ] + } + ], + "refId": "B", + "source": "avg by(name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\",gc=\"old\"}[2m])) * 60", + "step": "", + "type": "range" + } + ], + "title": "jvm gc次数(1m)", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ - { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "usage", - "refId": "a", - "result_table_id": "dbm_system.cpu_summary", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] - } - ] - } - ], - "refId": "A", - "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:cpu_summary:usage{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 76 + }, + "id": 53, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "CPU使用率", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "expressionList": [ + { + "active": true, + "alias": "$tag___name", + "expression": "a + b", + "functions": [] + } + ], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ + { + "id": "irate", + "params": [ + { + "id": "window", + "value": "3m" + } + ] + } + ], + "group_by": [ + "__name" + ], + "interval": 90, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "__name", + "method": "reg", + "value": [ + "master-.*|Master-.*" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "old" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 19 - }, - "id": 55, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + ] }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [ { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": "auto", - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "load1", - "refId": "a", - "result_table_id": "dbm_system.load", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, + "id": "irate", + "params": [ { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] + "id": "window", + "value": "3m" } ] } ], - "refId": "A", - "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:load:load1{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", - "step": "", - "type": "range" - } - ], - "title": "系统负载(1m)", - "type": "timeseries" - }, - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "group_by": [ + "__name" + ], + "interval": 90, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", + "refId": "b", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "__name", + "method": "reg", + "value": [ + "master-.*|Master-.*" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "young" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 27 + ] + } + ], + "refId": "A", + "source": "avg by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{name=~\"master-.*|Master-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\"}[3m])) + avg by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{name=~\"master-.*|Master-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m]))", + "step": "", + "type": "range" + } + ], + "title": "jvm gc时间占比", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 57, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ - { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": "auto", - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "speed_recv", - "refId": "a", - "result_table_id": "dbm_system.net", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluser_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] - } - ] - } - ], - "refId": "A", - "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "dtdurations" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 76 + }, + "id": 51, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "入流量", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": "auto", + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_jvm_uptime_seconds", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "es_master_node", + "method": "eq", + "value": [ + "true" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 27 + ] + } + ], + "refId": "A", + "source": "max by(name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{app=\"$app\",cluster_domain=\"$cluster_domain\",es_master_node=\"true\"})", + "step": "", + "type": "range" + } + ], + "title": "节点uptime", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 59, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ - { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": "auto", - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "speed_sent", - "refId": "a", - "result_table_id": "dbm_system.net", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] - } - ] - } - ], - "refId": "A", - "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 84 + }, + "id": 52, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "出流量", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "usage", + "refId": "a", + "result_table_id": "dbm_system.cpu_summary", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 35 + ] + } + ], + "refId": "A", + "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:cpu_summary:usage{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", + "step": "", + "type": "range" + } + ], + "title": "CPU使用率", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 60, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ - { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": "auto", - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "cur_tcp_estab", - "refId": "a", - "result_table_id": "dbm_system.netstat", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] - } - ] - } - ], - "refId": "A", - "source": "max by(bk_target_ip) (bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 84 + }, + "id": 55, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "连接数", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": "auto", + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "load1", + "refId": "a", + "result_table_id": "dbm_system.load", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 35 + ] + } + ], + "refId": "A", + "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:load:load1{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", + "step": "", + "type": "range" + } + ], + "title": "系统负载(1m)", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 62, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ - { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "bk_target_ip" - ], - "interval": "auto", - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "cur_tcp_estab", - "refId": "a", - "result_table_id": "dbm_system.netstat", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] - } - ] - } - ], - "refId": "A", - "source": "avg by(bk_target_ip) (irate(bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"}[2m]))", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 92 + }, + "id": 57, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "新建连接数", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": "auto", + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "speed_recv", + "refId": "a", + "result_table_id": "dbm_system.net", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluser_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 43 + ] + } + ], + "refId": "A", + "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})*8", + "step": "", + "type": "range" + } + ], + "title": "入流量", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 61, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "title": "打开fd数", - "type": "timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 92 + }, + "id": 59, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": "auto", + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "speed_sent", + "refId": "a", + "result_table_id": "dbm_system.net", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 43 + ] + } + ], + "refId": "A", + "source": "avg by(bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})*8", + "step": "", + "type": "range" + } + ], + "title": "出流量", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 63, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip$tag_mount_point", - "query_configs": [ - { - "alias": "$tag_bk_target_ip$tag_mount_point", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip", - "mount_point" - ], - "interval": "auto", - "interval_unit": "s", - "method": "AVG", - "metric_field": "in_use", - "refId": "a", - "result_table_id": "dbm_system.disk", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "mount_point", - "method": "neq", - "value": [ - "/usr/local" - ] - }, - { - "condition": "and", - "key": "mount_point", - "method": "neq", - "value": [ - "/" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] - } - ] - } - ], - "refId": "A", - "source": "avg by(bk_target_ip, mount_point) (avg_over_time(bkmonitor:dbm_system:disk:in_use{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\",mount_point!=\"/\",mount_point!=\"/usr/local\"}[1m]))", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 100 + }, + "id": 60, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "分区使用率", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": "auto", + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "cur_tcp_estab", + "refId": "a", + "result_table_id": "dbm_system.netstat", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 51 + ] + } + ], + "refId": "A", + "source": "max by(bk_target_ip) (bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"})", + "step": "", + "type": "range" + } + ], + "title": "连接数", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 64, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip $tag_device_name", - "query_configs": [ - { - "alias": "$tag_bk_target_ip $tag_device_name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "device_name", - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "rkb_s", - "refId": "a", - "result_table_id": "dbm_system.io", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] - } - ] - } - ], - "refId": "A", - "source": "avg by(device_name, bk_target_ip) (avg_over_time(bkmonitor:dbm_system:io:rkb_s{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"}[1m]))", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 100 + }, + "id": 62, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "磁盘读取", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": 12, - "y": 51 - }, - "id": 65, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "ui", - "module": [], - "promqlAlias": "", - "query_configs": [ + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ { - "alias": "$tag_bk_target_ip $tag_device_name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip", - "device_name" - ], - "interval": "auto", - "interval_unit": "s", - "method": "AVG", - "metric_field": "wkb_s", - "refId": "a", - "result_table_id": "dbm_system.io", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, + "id": "irate", + "params": [ { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_master" - ] + "id": "window", + "value": "2m" } ] } ], - "refId": "A", - "source": "", - "step": "", - "type": "range" + "group_by": [ + "bk_target_ip" + ], + "interval": "auto", + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "cur_tcp_estab", + "refId": "a", + "result_table_id": "dbm_system.netstat", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] + } + ] } ], - "title": "磁盘写入", - "type": "timeseries" + "refId": "A", + "source": "avg by(bk_target_ip) (irate(bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"}[2m]))", + "step": "", + "type": "range" } ], - "title": "master", - "type": "row" + "title": "新建连接数", + "type": "timeseries" }, { - "collapsed": true, + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "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": 1, - "w": 24, + "h": 8, + "w": 12, "x": 0, - "y": 52 + "y": 108 }, - "id": 67, - "panels": [ - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "id": 61, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "title": "打开fd数", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" - }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 4 - }, - "id": 69, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true, - "sortBy": "Last", - "sortDesc": true + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" }, - "tooltip": { - "mode": "single", - "sort": "none" + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ - { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": "auto", - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_indices_indexing_index_total", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, - { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-.*|DN-.*" - ] - } - ] - } - ], - "refId": "A", - "source": "max by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_total{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"}[2m]))", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 108 + }, + "id": 63, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "每秒indexing", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip$tag_mount_point", + "query_configs": [ + { + "alias": "$tag_bk_target_ip$tag_mount_point", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip", + "mount_point" + ], + "interval": "auto", + "interval_unit": "s", + "method": "AVG", + "metric_field": "in_use", + "refId": "a", + "result_table_id": "dbm_system.disk", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "mount_point", + "method": "neq", + "value": [ + "/usr/local" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "mount_point", + "method": "neq", + "value": [ + "/" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 4 + ] + } + ], + "refId": "A", + "source": "avg by(bk_target_ip, mount_point) (avg_over_time(bkmonitor:dbm_system:disk:in_use{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\",mount_point!=\"/\",mount_point!=\"/usr/local\"}[1m]))", + "step": "", + "type": "range" + } + ], + "title": "分区使用率", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 99, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ - { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "MAX", - "metric_field": "elasticsearch_indices_search_query_total", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - } - ] - } - ], - "refId": "A", - "source": "max by (__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_total{app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",__name=~\"hot-.*|dn-.*\"}[2m]))", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "KBs" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 116 + }, + "id": 64, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "每秒search", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": 12 - }, - "id": 96, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip $tag_device_name", + "query_configs": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ + "alias": "$tag_bk_target_ip $tag_device_name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "device_name", + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "rkb_s", + "refId": "a", + "result_table_id": "dbm_system.io", + "result_table_label": "os", + "time_field": "", + "where": [ { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": "auto", - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_thread_pool_queue_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, - { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-.*|DN-.*" - ] - }, - { - "condition": "and", - "key": "type", - "method": "eq", - "value": [ - "write" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" ] } - ], - "refId": "A", - "source": "max by(__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_queue_count{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"write\"})", - "step": "", - "type": "range" + ] } ], - "title": "Write Queue", - "type": "timeseries" + "refId": "A", + "source": "avg by(device_name, bk_target_ip) (avg_over_time(bkmonitor:dbm_system:io:rkb_s{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_master\"}[1m]))", + "step": "", + "type": "range" + } + ], + "title": "磁盘读取", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "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": "KBs" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 116 + }, + "id": 65, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "ui", + "module": [], + "promqlAlias": "", + "query_configs": [ + { + "alias": "$tag_bk_target_ip $tag_device_name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip", + "device_name" + ], + "interval": "auto", + "interval_unit": "s", + "method": "AVG", + "metric_field": "wkb_s", + "refId": "a", + "result_table_id": "dbm_system.io", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_master" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 12 + ] + } + ], + "refId": "A", + "source": "", + "step": "", + "type": "range" + } + ], + "title": "磁盘写入", + "type": "timeseries" + }, + { + "collapsed": false, + "gridPos": { + "h": 1, + "w": 24, + "x": 0, + "y": 124 + }, + "id": 67, + "panels": [], + "title": "热节点", + "type": "row" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 95, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ - { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_thread_pool_rejected_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "__name", - "method": "reg", - "value": [ - "dn-.*|DN-.*" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, - { - "condition": "and", - "key": "type", - "method": "eq", - "value": [ - "write" - ] - } - ] - } - ], - "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_rejected_count{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"write\"})", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 125 + }, + "id": 69, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "Write Rejected", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true, + "sortBy": "Last", + "sortDesc": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": 20 - }, - "id": 94, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_thread_pool_queue_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "__name", - "method": "reg", - "value": [ - "dn-.*|DN-.*" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, + "id": "irate", + "params": [ { - "condition": "and", - "key": "type", - "method": "eq", - "value": [ - "search" - ] + "id": "window", + "value": "2m" } ] } ], - "refId": "A", - "source": "max by(__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_queue_count{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"search\"})", - "step": "", - "type": "range" - } - ], - "title": "Search Queue", - "type": "timeseries" - }, - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "group_by": [ + "__name" + ], + "interval": "auto", + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_indices_indexing_index_total", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-.*|DN-.*" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 20 - }, - "id": 93, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ - { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_thread_pool_rejected_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "__name", - "method": "reg", - "value": [ - "dn-.*|DN-.*" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, - { - "condition": "and", - "key": "type", - "method": "eq", - "value": [ - "search" - ] - } - ] - } - ], - "refId": "A", - "source": "max by(__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_rejected_count{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"search\"})", - "step": "", - "type": "range" + ] } ], - "title": "Search Rejected", - "type": "timeseries" - }, - { - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "refId": "A", + "source": "max by(name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_total{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"}[2m]))", + "step": "", + "type": "range" + } + ], + "title": "每秒indexing", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": "percentunit" + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 28 - }, - "id": 92, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" }, - "tooltip": { - "mode": "single", - "sort": "none" + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green", + "value": null }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [], - "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"dn-.*|hot-.*\"}) / max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"dn-.*|hot-.*\"})", - "step": "", - "type": "range" - } + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 125 + }, + "id": 99, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "jvm heap使用率", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": 12, - "y": 28 - }, - "id": 91, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [ - { - "active": true, - "alias": "young-$tag___name", - "expression": "a * 60", - "functions": [] - } - ], - "format": "time_series", - "hide": false, - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "young-$tag___name", - "query_configs": [ + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [ { - "alias": "young-$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": false, - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, - { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "young" - ] - }, + "id": "irate", + "params": [ { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-*" - ] + "id": "window", + "value": "2m" } ] } ], - "refId": "A", - "source": "avg by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{__name=~\"dn-*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"young\"}[2m])) * 60", - "step": "", - "type": "range" - }, - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [ - { - "active": true, - "alias": "old-$tag___name", - "expression": "a * 60", - "functions": [] - } + "group_by": [ + "__name" ], - "format": "time_series", - "hide": false, - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "old-$tag___name", - "query_configs": [ + "interval": 60, + "interval_unit": "s", + "method": "MAX", + "metric_field": "elasticsearch_indices_search_query_total", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": false, - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, - { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "old" - ] - }, - { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-*" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" ] - } - ], - "refId": "B", - "source": "avg by (__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{__name=~\"dn-*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"old\"}[2m])) * 60", - "step": "", - "type": "range" + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] + } + ] + } + ], + "refId": "A", + "source": "max by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_total{app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",name=~\"hot-.*|dn-.*\"}[2m]))", + "step": "", + "type": "range" + } + ], + "title": "每秒search", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "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": 133 + }, + "id": 96, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": "auto", + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_thread_pool_queue_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] + }, + { + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-.*|DN-.*" + ] + }, + { + "condition": "and", + "key": "type", + "method": "eq", + "value": [ + "write" + ] + } + ] + } + ], + "refId": "A", + "source": "max by(name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_queue_count{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"write\"})", + "step": "", + "type": "range" + } + ], + "title": "Write Queue", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "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": 12, + "y": 133 + }, + "id": 95, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_thread_pool_rejected_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "__name", + "method": "reg", + "value": [ + "dn-.*|DN-.*" + ] + }, + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] + }, + { + "condition": "and", + "key": "type", + "method": "eq", + "value": [ + "write" + ] + } + ] + } + ], + "refId": "A", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_rejected_count{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"write\"})", + "step": "", + "type": "range" + } + ], + "title": "Write Rejected", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 141 + }, + "id": 94, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_thread_pool_queue_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "__name", + "method": "reg", + "value": [ + "dn-.*|DN-.*" + ] + }, + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] + }, + { + "condition": "and", + "key": "type", + "method": "eq", + "value": [ + "search" + ] + } + ] + } + ], + "refId": "A", + "source": "max by(name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_queue_count{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"search\"})", + "step": "", + "type": "range" + } + ], + "title": "Search Queue", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 141 + }, + "id": 93, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_thread_pool_rejected_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "__name", + "method": "reg", + "value": [ + "dn-.*|DN-.*" + ] + }, + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] + }, + { + "condition": "and", + "key": "type", + "method": "eq", + "value": [ + "search" + ] + } + ] + } + ], + "refId": "A", + "source": "max by(name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_thread_pool_rejected_count{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",type=\"search\"})", + "step": "", + "type": "range" + } + ], + "title": "Search Rejected", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 149 + }, + "id": 92, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "jvm gc次数(1m)", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 36 + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [], + "refId": "A", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"dn-.*|hot-.*\"}) / max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"dn-.*|hot-.*\"})", + "step": "", + "type": "range" + } + ], + "title": "jvm heap使用率", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" }, - "id": 90, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false }, - "tooltip": { - "mode": "single", - "sort": "none" + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" }, - "expressionList": [ - { - "active": true, - "alias": "$tag___name", - "expression": "a/180/1000 + b/180/1000", - "functions": [] - } - ], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "", - "query_configs": [ + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 149 + }, + "id": 91, + "options": { + "legend": { + "calcs": [ + "max", + "last" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [ + { + "active": true, + "alias": "young-$tag___name", + "expression": "a * 60", + "functions": [] + } + ], + "format": "time_series", + "hide": false, + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "young-$tag_name", + "query_configs": [ + { + "alias": "young-$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": false, + "filter_dict": {}, + "functions": [ { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [ - { - "id": "increase", - "params": [ - { - "id": "window", - "value": "3m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 90, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-.*|hot-.*" - ] - }, + "id": "irate", + "params": [ { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "old" - ] + "id": "window", + "value": "2m" } ] + } + ], + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [ - { - "id": "increase", - "params": [ - { - "id": "window", - "value": "3m" - } - ] - } - ], - "group_by": [ - "__name" - ], - "interval": 90, - "interval_unit": "s", - "method": "AVG", - "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", - "refId": "b", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-.*|hot-.*" - ] - }, + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] + }, + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "young" + ] + }, + { + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-*" + ] + } + ] + } + ], + "refId": "A", + "source": "avg by(name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{name=~\"dn-*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"young\"}[2m])) * 60", + "step": "", + "type": "range" + }, + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "expressionList": [ + { + "active": true, + "alias": "old-$tag___name", + "expression": "a * 60", + "functions": [] + } + ], + "format": "time_series", + "hide": false, + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "old-$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": false, + "filter_dict": {}, + "functions": [ + { + "id": "irate", + "params": [ { - "condition": "and", - "key": "gc", - "method": "eq", - "value": [ - "young" - ] + "id": "window", + "value": "2m" } ] } ], - "refId": "A", - "source": "avg by (__name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\"}[3m])) / 180 / 1000 + avg by (__name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m])) / 180 / 1000", - "step": "", - "type": "range" + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_count", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" + ] + }, + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "old" + ] + }, + { + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-*" + ] + } + ] + } + ], + "refId": "B", + "source": "avg by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{name=~\"dn-*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"old\"}[2m])) * 60", + "step": "", + "type": "range" + } + ], + "title": "jvm gc次数(1m)", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 157 + }, + "id": 90, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "jvm gc(STW)时间占比", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "expressionList": [ + { + "active": true, + "alias": "$tag___name", + "expression": "a/180/1000 + b/180/1000", + "functions": [] + } + ], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [ + { + "id": "increase", + "params": [ + { + "id": "window", + "value": "3m" + } + ] + } + ], + "group_by": [ + "__name" + ], + "interval": 90, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-.*|hot-.*" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "old" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 36 - }, - "id": 89, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true + ] }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [ { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": "auto", - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_indices_segments_memory_bytes", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [ - "true" - ] - }, + "id": "increase", + "params": [ { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-*" - ] + "id": "window", + "value": "3m" } ] } ], - "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_segments_memory_bytes{__name=~\"dn-*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"})", - "step": "", - "type": "range" + "group_by": [ + "__name" + ], + "interval": 90, + "interval_unit": "s", + "method": "AVG", + "metric_field": "elasticsearch_jvm_gc_collection_seconds_sum", + "refId": "b", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-.*|hot-.*" + ] + }, + { + "condition": "and", + "key": "gc", + "method": "eq", + "value": [ + "young" + ] + } + ] + } + ], + "refId": "A", + "source": "avg by (name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\"}[3m])) / 180 / 1000 + avg by (name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m])) / 180 / 1000", + "step": "", + "type": "range" + } + ], + "title": "jvm gc(STW)时间占比", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "decbytes" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 157 + }, + "id": 89, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "segment memory", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": "auto", + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_indices_segments_memory_bytes", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 44 - }, - "id": 88, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "usage", - "refId": "a", - "result_table_id": "dbm_system.cpu_summary", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [ + "true" ] - } - ], - "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:cpu_summary:usage{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", - "step": "", - "type": "range" + }, + { + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-*" + ] + } + ] } ], - "title": "CPU使用率", - "type": "timeseries" + "refId": "A", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_segments_memory_bytes{name=~\"dn-*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"})", + "step": "", + "type": "range" + } + ], + "title": "segment memory", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 165 + }, + "id": 88, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "usage", + "refId": "a", + "result_table_id": "dbm_system.cpu_summary", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 44 - }, - "id": 87, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "load1", - "refId": "a", - "result_table_id": "dbm_system.load", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:load:load1{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:cpu_summary:usage{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", + "step": "", + "type": "range" + } + ], + "title": "CPU使用率", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 165 + }, + "id": 87, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "系统负载(1m)", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "load1", + "refId": "a", + "result_table_id": "dbm_system.load", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 52 - }, - "id": 84, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "speed_recv", - "refId": "a", - "result_table_id": "dbm_system.net", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluser_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:load:load1{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", + "step": "", + "type": "range" + } + ], + "title": "系统负载(1m)", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 173 + }, + "id": 84, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "入流量", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "speed_recv", + "refId": "a", + "result_table_id": "dbm_system.net", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluser_domain" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 52 - }, - "id": 83, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "avg_without_time", - "metric_field": "speed_sent", - "refId": "a", - "result_table_id": "dbm_system.net", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})*8", + "step": "", + "type": "range" + } + ], + "title": "入流量", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "bps" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 173 + }, + "id": 83, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "出流量", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "avg_without_time", + "metric_field": "speed_sent", + "refId": "a", + "result_table_id": "dbm_system.net", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "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": 60 - }, - "id": 82, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "cur_tcp_estab", - "refId": "a", - "result_table_id": "dbm_system.netstat", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "max by (bk_target_ip) (bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})*8", + "step": "", + "type": "range" + } + ], + "title": "出流量", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 181 + }, + "id": 82, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "连接数", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "cur_tcp_estab", + "refId": "a", + "result_table_id": "dbm_system.netstat", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 60 - }, - "id": 81, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip", - "query_configs": [ { - "alias": "$tag_bk_target_ip", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [ - { - "id": "irate", - "params": [ - { - "id": "window", - "value": "2m" - } - ] - } - ], - "group_by": [ - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "cur_tcp_estab", - "refId": "a", - "result_table_id": "dbm_system.netstat", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "avg by (bk_target_ip) (irate(bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"}[2m]))", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "max by (bk_target_ip) (bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"})", + "step": "", + "type": "range" + } + ], + "title": "连接数", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 181 + }, + "id": 81, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "新建连接数", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip", + "query_configs": [ + { + "alias": "$tag_bk_target_ip", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [ + { + "id": "irate", + "params": [ + { + "id": "window", + "value": "2m" + } + ] + } + ], + "group_by": [ + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "cur_tcp_estab", + "refId": "a", + "result_table_id": "dbm_system.netstat", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" + ] } + ] + } + ], + "refId": "A", + "source": "avg by (bk_target_ip) (irate(bkmonitor:dbm_system:netstat:cur_tcp_estab{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"}[2m]))", + "step": "", + "type": "range" + } + ], + "title": "新建连接数", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] + { + "color": "red", + "value": 80 } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 189 + }, + "id": 80, + "options": { + "legend": { + "calcs": [], + "displayMode": "list", + "placement": "bottom", + "showLegend": true + }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "title": "打开fd数", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 68 - }, - "id": 80, - "options": { - "legend": { - "calcs": [], - "displayMode": "list", - "placement": "bottom", - "showLegend": true + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" }, - "tooltip": { - "mode": "single", - "sort": "none" + "thresholdsStyle": { + "mode": "off" } }, - "title": "打开fd数", - "type": "timeseries" + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percentunit" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 189 + }, + "id": 79, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" - }, - "showPoints": "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": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 68 - }, - "id": 79, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" + "expressionList": [ + { + "active": true, + "alias": "使用率", + "expression": "a /b", + "functions": [] } - }, - "targets": [ + ], + "format": "time_series", + "host": [], + "mode": "ui", + "module": [], + "promqlAlias": "", + "query_configs": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [ + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": false, + "filter_dict": {}, + "functions": [], + "group_by": [], + "interval": 60, + "interval_unit": "s", + "method": "sum_without_time", + "metric_field": "used", + "refId": "a", + "result_table_id": "dbm_system.disk", + "result_table_label": "os", + "time_field": "", + "where": [ { - "active": true, - "alias": "使用率", - "expression": "a /b", - "functions": [] - } - ], - "format": "time_series", - "host": [], - "mode": "ui", - "module": [], - "promqlAlias": "", - "query_configs": [ + "key": "mount_point", + "method": "neq", + "value": [ + "/" + ] + }, { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": false, - "filter_dict": {}, - "functions": [], - "group_by": [], - "interval": 60, - "interval_unit": "s", - "method": "sum_without_time", - "metric_field": "used", - "refId": "a", - "result_table_id": "dbm_system.disk", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "mount_point", - "method": "neq", - "value": [ - "/" - ] - }, - { - "condition": "and", - "key": "mount_point", - "method": "neq", - "value": [ - "/usr/local" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "mount_point", + "method": "neq", + "value": [ + "/usr/local" + ] + }, + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" + ] + } + ] + }, + { + "alias": "", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [], + "interval": 60, + "interval_unit": "s", + "method": "sum_without_time", + "metric_field": "total", + "refId": "b", + "result_table_id": "dbm_system.disk", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "mount_point", + "method": "neq", + "value": [ + "/" ] }, { - "alias": "", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [], - "interval": 60, - "interval_unit": "s", - "method": "sum_without_time", - "metric_field": "total", - "refId": "b", - "result_table_id": "dbm_system.disk", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "mount_point", - "method": "neq", - "value": [ - "/" - ] - }, - { - "condition": "and", - "key": "mount_point", - "method": "neq", - "value": [ - "/usr/local" - ] - }, - { - "condition": "and", - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "mount_point", + "method": "neq", + "value": [ + "/usr/local" + ] + }, + { + "condition": "and", + "key": "app", + "method": "eq", + "value": [ + "$app" + ] + }, + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "sum by(bk_target_ip, mount_point) (bkmonitor:dbm_system:disk:used{mount_point!=\"/\",mount_point!=\"/usr/local\"}) /sum by(bk_target_ip, mount_point) (bkmonitor:dbm_system:disk:total{mount_point!=\"/\",mount_point!=\"/usr/local\"})", - "step": "", - "type": "range" + ] } ], - "title": "总磁盘使用率", - "type": "timeseries" + "refId": "A", + "source": "sum by(bk_target_ip, mount_point) (bkmonitor:dbm_system:disk:used{mount_point!=\"/\",mount_point!=\"/usr/local\"}) /sum by(bk_target_ip, mount_point) (bkmonitor:dbm_system:disk:total{mount_point!=\"/\",mount_point!=\"/usr/local\"})", + "step": "", + "type": "range" + } + ], + "title": "总磁盘使用率", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" + } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + } + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 197 + }, + "id": 78, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" + ], + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "ui", + "module": [], + "promqlAlias": "", + "query_configs": [ + { + "alias": "已使用容量", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [], + "interval": 60, + "interval_unit": "s", + "method": "sum_without_time", + "metric_field": "used", + "refId": "a", + "result_table_id": "dbm_system.disk", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" + ] } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - } - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 76 - }, - "id": 78, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" + ] } + ], + "refId": "A", + "source": "sum by(bk_target_ip) (bkmonitor:dbm_system:disk:used)", + "step": "", + "type": "range" + }, + { + "cluster": [], + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" }, - "targets": [ + "expressionList": [], + "format": "time_series", + "hide": false, + "host": [], + "mode": "ui", + "module": [], + "promqlAlias": "", + "query_configs": [ { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "ui", - "module": [], - "promqlAlias": "", - "query_configs": [ + "alias": "总容量", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [], + "interval": "auto", + "interval_unit": "s", + "method": "sum_without_time", + "metric_field": "total", + "refId": "a", + "result_table_id": "dbm_system.disk", + "result_table_label": "os", + "time_field": "", + "where": [ { - "alias": "已使用容量", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [], - "interval": 60, - "interval_unit": "s", - "method": "sum_without_time", - "metric_field": "used", - "refId": "a", - "result_table_id": "dbm_system.disk", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "key": "app", + "method": "eq", + "value": [ + "$app" ] - } - ], - "refId": "A", - "source": "sum by(bk_target_ip) (bkmonitor:dbm_system:disk:used)", - "step": "", - "type": "range" - }, - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "hide": false, - "host": [], - "mode": "ui", - "module": [], - "promqlAlias": "", - "query_configs": [ + }, { - "alias": "总容量", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [], - "interval": "auto", - "interval_unit": "s", - "method": "sum_without_time", - "metric_field": "total", - "refId": "a", - "result_table_id": "dbm_system.disk", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] + }, + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "B", - "source": "", - "step": "", - "type": "range" + ] + } + ], + "refId": "B", + "source": "", + "step": "", + "type": "range" + } + ], + "title": "磁盘容量", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "percent" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 197 + }, + "id": 77, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "磁盘容量", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip $tag_mount_point", + "query_configs": [ + { + "alias": "$tag_bk_target_ip $tag_mount_point", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "bk_target_ip", + "mount_point" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "in_use", + "refId": "a", + "result_table_id": "dbm_system.disk", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "percentunit" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 76 - }, - "id": 77, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip $tag_mount_point", - "query_configs": [ { - "alias": "$tag_bk_target_ip $tag_mount_point", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "bk_target_ip", - "mount_point" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "in_use", - "refId": "a", - "result_table_id": "dbm_system.disk", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - }, - { - "condition": "and", - "key": "mount_point", - "method": "neq", - "value": [ - "/" - ] - }, - { - "condition": "and", - "key": "mount_point", - "method": "neq", - "value": [ - "/usr/local" - ] - } + "condition": "and", + "key": "mount_point", + "method": "neq", + "value": [ + "/" + ] + }, + { + "condition": "and", + "key": "mount_point", + "method": "neq", + "value": [ + "/usr/local" ] } - ], - "refId": "A", - "source": "avg by (bk_target_ip, mount_point) (avg_over_time(bkmonitor:dbm_system:disk:in_use{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\",mount_point!=\"/\",mount_point!=\"/usr/local\"}[1m]))", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "avg by (bk_target_ip, mount_point) (avg_over_time(bkmonitor:dbm_system:disk:in_use{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\",mount_point!=\"/\",mount_point!=\"/usr/local\"}[1m]))", + "step": "", + "type": "range" + } + ], + "title": "分区使用率", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "KBs" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 205 + }, + "id": 76, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "分区使用率", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip $tag_device_name", + "query_configs": [ + { + "alias": "$tag_bk_target_ip $tag_device_name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "device_name", + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "rkb_s", + "refId": "a", + "result_table_id": "dbm_system.io", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 84 - }, - "id": 76, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip $tag_device_name", - "query_configs": [ { - "alias": "$tag_bk_target_ip $tag_device_name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "device_name", - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "rkb_s", - "refId": "a", - "result_table_id": "dbm_system.io", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "avg by (device_name, bk_target_ip) (avg_over_time(bkmonitor:dbm_system:io:rkb_s{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"}[1m]))", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "avg by (device_name, bk_target_ip) (avg_over_time(bkmonitor:dbm_system:io:rkb_s{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"}[1m]))", + "step": "", + "type": "range" + } + ], + "title": "磁盘读取", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "KBs" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 12, + "y": 205 + }, + "id": 75, + "options": { + "legend": { + "calcs": [ + "max", + "lastNotNull" ], - "title": "磁盘读取", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false - }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_bk_target_ip $tag_device_name", + "query_configs": [ + { + "alias": "$tag_bk_target_ip $tag_device_name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "filter_dict": {}, + "functions": [], + "group_by": [ + "device_name", + "bk_target_ip" + ], + "interval": 60, + "interval_unit": "s", + "method": "AVG", + "metric_field": "wkb_s", + "refId": "a", + "result_table_id": "dbm_system.io", + "result_table_label": "os", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "binBps" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 12, - "y": 84 - }, - "id": 75, - "options": { - "legend": { - "calcs": [ - "max", - "lastNotNull" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag_bk_target_ip $tag_device_name", - "query_configs": [ { - "alias": "$tag_bk_target_ip $tag_device_name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "filter_dict": {}, - "functions": [], - "group_by": [ - "device_name", - "bk_target_ip" - ], - "interval": 60, - "interval_unit": "s", - "method": "AVG", - "metric_field": "wkb_s", - "refId": "a", - "result_table_id": "dbm_system.io", - "result_table_label": "os", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "instance_role", - "method": "eq", - "value": [ - "es_datanode_hot" - ] - } + "condition": "and", + "key": "instance_role", + "method": "eq", + "value": [ + "es_datanode_hot" ] } - ], - "refId": "A", - "source": "avg by (device_name, bk_target_ip) (avg_over_time(bkmonitor:dbm_system:io:wkb_s{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"}[1m]))", - "step": "", - "type": "range" + ] + } + ], + "refId": "A", + "source": "avg by (device_name, bk_target_ip) (avg_over_time(bkmonitor:dbm_system:io:wkb_s{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_hot\"}[1m]))", + "step": "", + "type": "range" + } + ], + "title": "磁盘写入", + "type": "timeseries" + }, + { + "datasource": { + "type": "bkmonitor-timeseries-datasource", + "uid": "bkmonitor_timeseries" + }, + "fieldConfig": { + "defaults": { + "color": { + "mode": "palette-classic" + }, + "custom": { + "axisCenteredZero": false, + "axisColorMode": "text", + "axisLabel": "", + "axisPlacement": "auto", + "barAlignment": 0, + "drawStyle": "line", + "fillOpacity": 0, + "gradientMode": "none", + "hideFrom": { + "legend": false, + "tooltip": false, + "viz": false + }, + "lineInterpolation": "linear", + "lineWidth": 1, + "pointSize": 5, + "scaleDistribution": { + "type": "linear" + }, + "showPoints": "auto", + "spanNulls": false, + "stacking": { + "group": "A", + "mode": "none" + }, + "thresholdsStyle": { + "mode": "off" } + }, + "mappings": [], + "thresholds": { + "mode": "absolute", + "steps": [ + { + "color": "green" + }, + { + "color": "red", + "value": 80 + } + ] + }, + "unit": "dtdurations" + }, + "overrides": [] + }, + "gridPos": { + "h": 8, + "w": 12, + "x": 0, + "y": 213 + }, + "id": 72, + "options": { + "legend": { + "calcs": [ + "max", + "last" ], - "title": "磁盘写入", - "type": "timeseries" + "displayMode": "table", + "placement": "right", + "showLegend": true }, + "tooltip": { + "mode": "single", + "sort": "none" + } + }, + "targets": [ { + "cluster": [], "datasource": { "type": "bkmonitor-timeseries-datasource", "uid": "bkmonitor_timeseries" }, - "fieldConfig": { - "defaults": { - "color": { - "mode": "palette-classic" - }, - "custom": { - "axisCenteredZero": false, - "axisColorMode": "text", - "axisLabel": "", - "axisPlacement": "auto", - "barAlignment": 0, - "drawStyle": "line", - "fillOpacity": 0, - "gradientMode": "none", - "hideFrom": { - "legend": false, - "tooltip": false, - "viz": false + "expressionList": [], + "format": "time_series", + "host": [], + "mode": "code", + "module": [], + "promqlAlias": "$tag_name", + "query_configs": [ + { + "alias": "$tag___name", + "data_source_label": "bk_monitor", + "data_type_label": "time_series", + "display": true, + "filter_dict": {}, + "functions": [], + "group_by": [ + "__name" + ], + "interval": 60, + "interval_unit": "s", + "method": "max_without_time", + "metric_field": "elasticsearch_jvm_uptime_seconds", + "refId": "a", + "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", + "result_table_label": "component", + "time_field": "", + "where": [ + { + "key": "app", + "method": "eq", + "value": [ + "$app" + ] }, - "lineInterpolation": "linear", - "lineWidth": 1, - "pointSize": 5, - "scaleDistribution": { - "type": "linear" + { + "condition": "and", + "key": "cluster_domain", + "method": "eq", + "value": [ + "$cluster_domain" + ] }, - "showPoints": "auto", - "spanNulls": false, - "stacking": { - "group": "A", - "mode": "none" + { + "condition": "and", + "key": "es_data_node", + "method": "eq", + "value": [] }, - "thresholdsStyle": { - "mode": "off" - } - }, - "mappings": [], - "thresholds": { - "mode": "absolute", - "steps": [ - { - "color": "green", - "value": null - }, - { - "color": "red", - "value": 80 - } - ] - }, - "unit": "dtdurations" - }, - "overrides": [] - }, - "gridPos": { - "h": 8, - "w": 12, - "x": 0, - "y": 92 - }, - "id": 72, - "options": { - "legend": { - "calcs": [ - "max", - "last" - ], - "displayMode": "table", - "placement": "right", - "showLegend": true - }, - "tooltip": { - "mode": "single", - "sort": "none" - } - }, - "targets": [ - { - "cluster": [], - "datasource": { - "type": "bkmonitor-timeseries-datasource", - "uid": "bkmonitor_timeseries" - }, - "expressionList": [], - "format": "time_series", - "host": [], - "mode": "code", - "module": [], - "promqlAlias": "$tag___name", - "query_configs": [ { - "alias": "$tag___name", - "data_source_label": "bk_monitor", - "data_type_label": "time_series", - "display": true, - "filter_dict": {}, - "functions": [], - "group_by": [ - "__name" - ], - "interval": 60, - "interval_unit": "s", - "method": "max_without_time", - "metric_field": "elasticsearch_jvm_uptime_seconds", - "refId": "a", - "result_table_id": "exporter_dbm_elasticsearch_exporter.__default__", - "result_table_label": "component", - "time_field": "", - "where": [ - { - "key": "app", - "method": "eq", - "value": [ - "$app" - ] - }, - { - "condition": "and", - "key": "cluster_domain", - "method": "eq", - "value": [ - "$cluster_domain" - ] - }, - { - "condition": "and", - "key": "es_data_node", - "method": "eq", - "value": [] - }, - { - "condition": "and", - "key": "__name", - "method": "reg", - "value": [ - "dn-.*" - ] - } + "condition": "and", + "key": "__name", + "method": "reg", + "value": [ + "dn-.*" ] } - ], - "refId": "A", - "source": "max by(__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{__name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", - "step": "", - "type": "range" + ] } ], - "title": "节点uptime", - "type": "timeseries" + "refId": "A", + "source": "max by(name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{name=~\"dn-.*|hot-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", + "step": "", + "type": "range" } ], - "title": "热节点", - "type": "row" + "title": "节点uptime", + "type": "timeseries" }, { "collapsed": true, @@ -10780,7 +10856,7 @@ "h": 1, "w": 24, "x": 0, - "y": 53 + "y": 221 }, "id": 101, "panels": [ @@ -10829,8 +10905,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -10845,7 +10920,7 @@ "h": 8, "w": 12, "x": 0, - "y": 5 + "y": 101 }, "id": 103, "options": { @@ -10875,7 +10950,7 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [ { "alias": "$tag___name", @@ -10940,7 +11015,7 @@ } ], "refId": "A", - "source": "max by (__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_total{__name=~\"cold-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"}[2m]))", + "source": "max by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_indexing_index_total{name=~\"cold-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"}[2m]))", "step": "", "type": "range" } @@ -10993,8 +11068,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -11009,7 +11083,7 @@ "h": 8, "w": 12, "x": 12, - "y": 5 + "y": 101 }, "id": 129, "options": { @@ -11039,10 +11113,10 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [], "refId": "A", - "source": "max by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_total{app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",__name=~\"cold-.*\"}[2m]))", + "source": "max by(name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_search_query_total{app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",name=~\"cold-.*\"}[2m]))", "step": "", "type": "range" } @@ -11095,8 +11169,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -11112,7 +11185,7 @@ "h": 8, "w": 12, "x": 0, - "y": 13 + "y": 109 }, "id": 122, "options": { @@ -11142,10 +11215,10 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [], "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"cold-.*\"}) / max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"cold-.*\"})", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"cold-.*\"}) / max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"cold-.*\"})", "step": "", "type": "range" } @@ -11198,8 +11271,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -11214,7 +11286,7 @@ "h": 8, "w": 12, "x": 12, - "y": 13 + "y": 109 }, "id": 121, "options": { @@ -11249,9 +11321,9 @@ ], "format": "time_series", "host": [], - "mode": "ui", + "mode": "code", "module": [], - "promqlAlias": "", + "promqlAlias": "young-$tag_name", "query_configs": [ { "alias": "young-$tag___name", @@ -11324,7 +11396,7 @@ } ], "refId": "A", - "source": "avg by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{__name=~\"cold-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"young\"}[2m])) * 60", + "source": "avg by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{name=~\"cold-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"young\"}[2m])) * 60", "step": "", "type": "range" }, @@ -11345,9 +11417,9 @@ "format": "time_series", "hide": false, "host": [], - "mode": "ui", + "mode": "code", "module": [], - "promqlAlias": "", + "promqlAlias": "old-$tag_name", "query_configs": [ { "alias": "old-$tag___name", @@ -11420,7 +11492,7 @@ } ], "refId": "B", - "source": "avg by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{__name=~\"cold-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"old\"}[2m])) * 60", + "source": "avg by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{name=~\"cold-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\",gc=\"old\"}[2m])) * 60", "step": "", "type": "range" } @@ -11473,8 +11545,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -11490,7 +11561,7 @@ "h": 8, "w": 12, "x": 0, - "y": 21 + "y": 117 }, "id": 120, "options": { @@ -11527,7 +11598,7 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [ { "alias": "", @@ -11653,7 +11724,7 @@ } ], "refId": "A", - "source": "avg by (__name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\",__name=~\"cold-.*\"}[3m])) / 180 / 1000 + avg by (__name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{__name=~\"cold-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m])) / 180 / 1000", + "source": "avg by (name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\",name=~\"cold-.*\"}[3m])) / 180 / 1000 + avg by (name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{name=~\"cold-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m])) / 180 / 1000", "step": "", "type": "range" } @@ -11706,8 +11777,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -11723,7 +11793,7 @@ "h": 8, "w": 12, "x": 12, - "y": 21 + "y": 117 }, "id": 119, "options": { @@ -11753,7 +11823,7 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [ { "alias": "$tag___name", @@ -11808,7 +11878,7 @@ } ], "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_segments_memory_bytes{__name=~\"cold-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"})", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_indices_segments_memory_bytes{name=~\"cold-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",es_data_node=\"true\"})", "step": "", "type": "range" } @@ -11861,8 +11931,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -11870,7 +11939,7 @@ } ] }, - "unit": "percentunit" + "unit": "percent" }, "overrides": [] }, @@ -11878,7 +11947,7 @@ "h": 8, "w": 12, "x": 0, - "y": 29 + "y": 125 }, "id": 118, "options": { @@ -12008,8 +12077,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -12024,7 +12092,7 @@ "h": 8, "w": 12, "x": 12, - "y": 29 + "y": 125 }, "id": 117, "options": { @@ -12154,8 +12222,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -12163,7 +12230,7 @@ } ] }, - "unit": "binBps" + "unit": "bps" }, "overrides": [] }, @@ -12171,7 +12238,7 @@ "h": 8, "w": 12, "x": 0, - "y": 37 + "y": 133 }, "id": 114, "options": { @@ -12248,7 +12315,7 @@ } ], "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_cold\"})", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_cold\"})*8", "step": "", "type": "range" } @@ -12301,8 +12368,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -12310,7 +12376,7 @@ } ] }, - "unit": "binBps" + "unit": "bps" }, "overrides": [] }, @@ -12318,7 +12384,7 @@ "h": 8, "w": 12, "x": 12, - "y": 37 + "y": 133 }, "id": 113, "options": { @@ -12395,7 +12461,7 @@ } ], "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_cold\"})", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_datanode_cold\"})*8", "step": "", "type": "range" } @@ -12448,8 +12514,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -12464,7 +12529,7 @@ "h": 8, "w": 12, "x": 0, - "y": 45 + "y": 141 }, "id": 112, "options": { @@ -12594,8 +12659,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -12610,7 +12674,7 @@ "h": 8, "w": 12, "x": 12, - "y": 45 + "y": 141 }, "id": 111, "options": { @@ -12750,8 +12814,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -12767,7 +12830,7 @@ "h": 8, "w": 12, "x": 0, - "y": 53 + "y": 149 }, "id": 108, "options": { @@ -12956,8 +13019,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -12973,7 +13035,7 @@ "h": 8, "w": 12, "x": 12, - "y": 53 + "y": 149 }, "id": 109, "options": { @@ -13181,8 +13243,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -13190,7 +13251,7 @@ } ] }, - "unit": "binBps" + "unit": "KBs" }, "overrides": [] }, @@ -13198,7 +13259,7 @@ "h": 8, "w": 12, "x": 0, - "y": 61 + "y": 157 }, "id": 106, "options": { @@ -13329,8 +13390,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -13338,7 +13398,7 @@ } ] }, - "unit": "binBps" + "unit": "KBs" }, "overrides": [] }, @@ -13346,7 +13406,7 @@ "h": 8, "w": 12, "x": 12, - "y": 61 + "y": 157 }, "id": 105, "options": { @@ -13477,8 +13537,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -13494,7 +13553,7 @@ "h": 8, "w": 12, "x": 0, - "y": 69 + "y": 165 }, "id": 104, "options": { @@ -13522,9 +13581,9 @@ "expressionList": [], "format": "time_series", "host": [], - "mode": "ui", + "mode": "code", "module": [], - "promqlAlias": "", + "promqlAlias": "$tag_name", "query_configs": [ { "alias": "$tag___name", @@ -13572,7 +13631,7 @@ } ], "refId": "A", - "source": "max by(__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{__name=~\"cold-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{name=~\"cold-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", "step": "", "type": "range" } @@ -13625,8 +13684,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -13634,7 +13692,7 @@ } ] }, - "unit": "percentunit" + "unit": "percent" }, "overrides": [] }, @@ -13642,7 +13700,7 @@ "h": 8, "w": 12, "x": 12, - "y": 69 + "y": 165 }, "id": 107, "options": { @@ -13754,7 +13812,7 @@ "h": 1, "w": 24, "x": 0, - "y": 54 + "y": 222 }, "id": 131, "panels": [ @@ -13803,8 +13861,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -13820,7 +13877,7 @@ "h": 8, "w": 12, "x": 0, - "y": 6 + "y": 174 }, "id": 133, "options": { @@ -13850,10 +13907,10 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [], "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"client-.*\"}) / max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",__name=~\"client-.*\"})", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_used_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"client-.*\"}) / max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_memory_max_bytes{app=\"$app\",cluster_domain=\"$cluster_domain\",name=~\"client-.*\"})", "step": "", "type": "range" } @@ -13906,8 +13963,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -13922,7 +13978,7 @@ "h": 8, "w": 12, "x": 12, - "y": 6 + "y": 174 }, "id": 148, "options": { @@ -13957,9 +14013,9 @@ ], "format": "time_series", "host": [], - "mode": "ui", + "mode": "code", "module": [], - "promqlAlias": "", + "promqlAlias": "young-$tag_name", "query_configs": [ { "alias": "young-$tag___name", @@ -14024,7 +14080,7 @@ } ], "refId": "A", - "source": "avg by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{__name=~\"client-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[2m])) * 60", + "source": "avg by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{name=~\"client-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[2m])) * 60", "step": "", "type": "range" }, @@ -14045,9 +14101,9 @@ "format": "time_series", "hide": false, "host": [], - "mode": "ui", + "mode": "code", "module": [], - "promqlAlias": "", + "promqlAlias": "old-$tag_name", "query_configs": [ { "alias": "old-$tag___name", @@ -14112,7 +14168,7 @@ } ], "refId": "B", - "source": "avg by(__name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{__name=~\"client-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\"}[2m])) * 60", + "source": "avg by (name) (irate(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_count{name=~\"client-*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\"}[2m])) * 60", "step": "", "type": "range" } @@ -14165,8 +14221,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -14182,7 +14237,7 @@ "h": 8, "w": 12, "x": 0, - "y": 14 + "y": 182 }, "id": 147, "options": { @@ -14212,10 +14267,10 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [], "refId": "A", - "source": "avg by (__name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\",__name=~\"client-.*\"}[3m])) / 180 / 1000 + avg by (__name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{__name=~\"client-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m])) / 180 / 1000", + "source": "avg by (name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"old\",name=~\"client-.*\"}[3m])) / 180 / 1000 + avg by (name) (increase(bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_gc_collection_seconds_sum{name=~\"client-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\",gc=\"young\"}[3m])) / 180 / 1000", "step": "", "type": "range" } @@ -14268,8 +14323,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -14285,7 +14339,7 @@ "h": 8, "w": 12, "x": 12, - "y": 14 + "y": 182 }, "id": 146, "options": { @@ -14315,7 +14369,7 @@ "host": [], "mode": "code", "module": [], - "promqlAlias": "$tag___name", + "promqlAlias": "$tag_name", "query_configs": [ { "alias": "$tag___name", @@ -14362,7 +14416,7 @@ } ], "refId": "A", - "source": "max by (__name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{__name=~\"client-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", + "source": "max by (name) (bkmonitor:exporter_dbm_elasticsearch_exporter:__default__:elasticsearch_jvm_uptime_seconds{name=~\"client-.*\",app=\"$app\",cluster_domain=\"$cluster_domain\"})", "step": "", "type": "range" } @@ -14415,8 +14469,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -14424,7 +14477,7 @@ } ] }, - "unit": "percentunit" + "unit": "percent" }, "overrides": [] }, @@ -14432,7 +14485,7 @@ "h": 8, "w": 12, "x": 0, - "y": 22 + "y": 190 }, "id": 145, "options": { @@ -14562,8 +14615,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -14578,7 +14630,7 @@ "h": 8, "w": 12, "x": 12, - "y": 22 + "y": 190 }, "id": 144, "options": { @@ -14708,8 +14760,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -14717,7 +14768,7 @@ } ] }, - "unit": "binBps" + "unit": "bps" }, "overrides": [] }, @@ -14725,7 +14776,7 @@ "h": 8, "w": 12, "x": 0, - "y": 30 + "y": 198 }, "id": 141, "options": { @@ -14802,7 +14853,7 @@ } ], "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_client\"})", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_recv{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_client\"})*8", "step": "", "type": "range" } @@ -14855,8 +14906,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -14864,7 +14914,7 @@ } ] }, - "unit": "binBps" + "unit": "bps" }, "overrides": [] }, @@ -14872,7 +14922,7 @@ "h": 8, "w": 12, "x": 12, - "y": 30 + "y": 198 }, "id": 140, "options": { @@ -14949,7 +14999,7 @@ } ], "refId": "A", - "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_client\"})", + "source": "avg by (bk_target_ip) (bkmonitor:dbm_system:net:speed_sent{app=\"$app\",cluster_domain=\"$cluster_domain\",instance_role=\"es_client\"})*8", "step": "", "type": "range" } @@ -15002,8 +15052,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -15018,7 +15067,7 @@ "h": 8, "w": 12, "x": 0, - "y": 38 + "y": 206 }, "id": 139, "options": { @@ -15148,8 +15197,7 @@ "mode": "absolute", "steps": [ { - "color": "green", - "value": null + "color": "green" }, { "color": "red", @@ -15164,7 +15212,7 @@ "h": 8, "w": 12, "x": 12, - "y": 38 + "y": 206 }, "id": 138, "options": { @@ -15267,7 +15315,9 @@ "refresh": false, "schemaVersion": 37, "style": "dark", - "tags": ["es"], + "tags": [ + "es" + ], "templating": { "list": [ { @@ -15368,6 +15418,6 @@ "timezone": "default", "title": "ES", "uid": "9-LtL0h4z", - "version": 38, + "version": 71, "weekStart": "" } \ No newline at end of file diff --git a/dbm-ui/backend/db_meta/models/cluster_monitor.py b/dbm-ui/backend/db_meta/models/cluster_monitor.py index 61eb20e674..95bfbf947e 100644 --- a/dbm-ui/backend/db_meta/models/cluster_monitor.py +++ b/dbm-ui/backend/db_meta/models/cluster_monitor.py @@ -133,10 +133,13 @@ def get_set_by_dbtype(cls, db_type): ] @classmethod - def get_set_by_plugin_id(cls, plugin_id): - return list( - cls.objects.filter(monitor_plugin_id__contains=plugin_id).values_list("bk_set_id", "bk_biz_id").distinct() - ) + def get_set_by_plugin_id(cls, plugin_id, machine_types=None): + print(plugin_id, machine_types) + qs = cls.objects.filter(monitor_plugin_id__contains=plugin_id) + if machine_types: + qs = qs.filter(machine_type__in=machine_types) + + return list(qs.values_list("bk_set_id", "bk_biz_id").distinct()) @classmethod @transaction.atomic diff --git a/dbm-ui/backend/db_monitor/management/commands/export_template.py b/dbm-ui/backend/db_monitor/management/commands/export_template.py index 228e9b1aee..6d32818f36 100644 --- a/dbm-ui/backend/db_monitor/management/commands/export_template.py +++ b/dbm-ui/backend/db_monitor/management/commands/export_template.py @@ -28,7 +28,7 @@ class Command(BaseCommand): COLLECT_FIELDS = [ "name", - "short_name", + "machine_types", "bk_biz_id", "plugin_id", "db_type", @@ -70,7 +70,7 @@ def handle(self, *args, **options): template = model_to_dict(template, fields=self.COLLECT_FIELDS) template["version"] = template.get("version", 1) template_json = json.dumps(template, indent=2) - template_file_name = "{db_type}.{name}.{short_name}.json".format(**template) + template_file_name = "{db_type}.{name}.json".format(**template) with open(os.path.join(TPLS_COLLECT_DIR, template_file_name), "w") as template_file: template_file.write(template_json) print(f"export db: {db_type}'s {template_type}: {template['name']}") diff --git a/dbm-ui/backend/db_monitor/management/commands/extract_alarm.py b/dbm-ui/backend/db_monitor/management/commands/extract_alarm.py index 6336f3d6de..1bf9ccc21d 100644 --- a/dbm-ui/backend/db_monitor/management/commands/extract_alarm.py +++ b/dbm-ui/backend/db_monitor/management/commands/extract_alarm.py @@ -9,16 +9,18 @@ specific language governing permissions and limitations under the License. """ import copy +import json import logging -from typing import List +import os +from collections import OrderedDict from django.core.management.base import BaseCommand from backend import env from backend.components import BKMonitorV3Api from backend.configuration.constants import DBType -from backend.db_meta.models import AppMonitorTopo -from backend.db_monitor.models import NoticeGroup, RuleTemplate +from backend.db_monitor.constants import TPLS_ALARM_DIR, TargetPriority +from backend.db_monitor.models import RuleTemplate logger = logging.getLogger("root") @@ -29,14 +31,11 @@ class Command(BaseCommand): def add_arguments(self, parser): parser.add_argument("db_type", choices=DBType.get_values(), type=str, help="db类型") parser.add_argument("bkmonitor_strategy_list", nargs="+", type=int, help="监控策略ID列表") + parser.add_argument("-d", "--disabled", dest="is_disabled", action="store_true", help="disable by default") def to_template(self, db_type: str, instance: dict): """告警策略模板化处理""" - def clear_id(objs: List[dict], id_name="id"): - for obj in objs: - obj.pop(id_name, None) - template = copy.deepcopy(instance) # 剔除无用参数 @@ -58,8 +57,8 @@ def clear_id(objs: List[dict], id_name="id"): ]: template.pop(key, None) - clear_id([template]) - clear_id(template["detects"]) + self.clear_id([template]) + self.clear_id(template["detects"]) # 更新业务id template["bk_biz_id"] = env.DBA_APP_BK_BIZ_ID @@ -68,12 +67,12 @@ def clear_id(objs: List[dict], id_name="id"): # 更新通知组 notice = template["notice"] - clear_id([notice]) + self.clear_id([notice]) notice["user_groups"] = [] # 更新监控项和metric_id items = template["items"] - clear_id(items) + self.clear_id(items) for item in items: # 更新监控目标为db_type对应的cmdb拓扑 item["target"] = [] @@ -92,16 +91,17 @@ def clear_id(objs: List[dict], id_name="id"): query_config["result_table_id"] = "bkmonitor_event_{event_data_id}" logger.info(query_config.get("metric_id")) - # result_table_id = query_config.get("result_table_id") - # if result_table_id and custom_event_key in metric_id and bkmonitor_event_key in result_table_id: - # query_config["result_table_id"] = "bkmonitor_event_{event_data_id}" - # logger.info(query_config.get("result_table_id")) - return instance["id"], template + def clear_id(self, objs, id_name="id"): + for obj in objs: + obj.pop(id_name, None) + def handle(self, *args, **options): bkmonitor_strategy_list = options["bkmonitor_strategy_list"] db_type = options["db_type"] + is_disabled = options["is_disabled"] + res = BKMonitorV3Api.search_alarm_strategy_v3( { "page": 1, @@ -118,14 +118,80 @@ def handle(self, *args, **options): strategy_config_list = res["strategy_config_list"] logger.info(f"[{db_type}]get {len(strategy_config_list)} alarm strategy") for strategy_config in strategy_config_list: + # 策略转模板 strategy_id, strategy_template = self.to_template(db_type, strategy_config) - logger.info(f"[{db_type}-{strategy_id}]update rule template: {strategy_template['name']}") - obj, _ = RuleTemplate.objects.update_or_create( - defaults={ - "name": strategy_template["name"], - "details": strategy_template, - }, - monitor_strategy_id=strategy_id, - db_type=db_type, - ) + logger.info(f"[{db_type}-{strategy_id}]update policy template: {strategy_template['name']}") + + # obj, _ = RuleTemplate.objects.update_or_create( + # defaults={ + # "name": strategy_template["name"], + # "details": strategy_template, + # }, + # monitor_strategy_id=strategy_id, + # db_type=db_type, + # ) + + template_name = strategy_template["name"] + strategy_template["labels"] = sorted(set(strategy_template["labels"])) + strategy_template["source"] = "dbm" + strategy_template["bk_biz_id"] = "" + strategy_template["priority"] = TargetPriority.PLATFORM.value + + # 平台策略仅开启基于分派通知 + strategy_template["notice"]["options"]["assign_mode"] = ["by_rule"] + strategy_template["labels"] = sorted(set(strategy_template["labels"])) + + data_type_label = "" + for item in strategy_template["items"]: + # 清空监控目标 + item["target"] = [] + item["origin_sql"] = "" + + # 补充app_id作为维度 + self.clear_id(item["query_configs"]) + self.clear_id(item["algorithms"]) + + for query_config in item["query_configs"]: + metric_id = query_config["metric_id"] + + # 标记告警数据来源 + data_type_label = query_config["data_type_label"] + + if "promql" in query_config: + promql = query_config["promql"] + if metric_id != promql: + query_config["metric_id"] = promql + else: + # 奇怪,监控新版阉割了name + metric_field = query_config.get("metric_field") + if metric_field and not metric_id.endswith(metric_field): + query_config["metric_id"] = ".".join(metric_id.split(".")[:-1] + [metric_field]) + logger.info(f"found bad metric_id rule: {template_name} -> {query_config['metric_id']}") + + # 根据监控侧长度限制进行截断 + if len(query_config["metric_id"]) > 128: + logger.info(f"found too long promql metric: {template_name} -> {query_config['metric_id']}") + + query_config["metric_id"] = query_config["metric_id"][:128] + + if "agg_dimension" in query_config and "appid" not in query_config["agg_dimension"]: + query_config["agg_dimension"].append("appid") + + self.clear_id(strategy_template["items"]) + + with open(os.path.join(TPLS_ALARM_DIR, f"{template_name}_test.json"), "w") as template_file: + template_dict = OrderedDict( + { + "bk_biz_id": 0, + "version": 0, + "is_enabled": not is_disabled, + "name": template_name, + "details": strategy_template, + "db_type": db_type, + "alert_source": data_type_label, + "monitor_indicator": strategy_template["items"][0]["name"], + } + ) + + template_file.write(json.dumps(template_dict, indent=2)) diff --git a/dbm-ui/backend/db_monitor/management/commands/extract_collect.py b/dbm-ui/backend/db_monitor/management/commands/extract_collect.py index 9bf5ea0733..1100aa1690 100644 --- a/dbm-ui/backend/db_monitor/management/commands/extract_collect.py +++ b/dbm-ui/backend/db_monitor/management/commands/extract_collect.py @@ -9,14 +9,19 @@ specific language governing permissions and limitations under the License. """ import copy +import json import logging +import os +from collections import OrderedDict from typing import List from django.core.management.base import BaseCommand +from backend import env from backend.components import BKMonitorV3Api from backend.db_meta.enums import MachineType from backend.db_meta.models.cluster_monitor import SHORT_NAMES +from backend.db_monitor.constants import TPLS_COLLECT_DIR from backend.db_monitor.models import CollectTemplate logger = logging.getLogger("root") @@ -29,8 +34,8 @@ def add_arguments(self, parser): parser.add_argument( "db_type", choices=["mysql", "redis", "es", "hdfs", "kafka", "pulsar", "influxdb"], type=str, help="db类型" ) - parser.add_argument("short_name", choices=SHORT_NAMES + ["redis"], help="集群名后缀,比如db.redis.proxy -> proxy") parser.add_argument("collect_list", nargs="+", type=str, help="监控采集策略ID列表") + parser.add_argument("-m", "--machine_types", nargs="*", help="machine类型列表,可以为空", type=str) def to_template(self, instance: dict): """监控采集策略模板化处理""" @@ -80,9 +85,9 @@ def clear_keys(obj: dict, keeped_keys: List): return template def handle(self, *args, **options): - collect_list = options["collect_list"] db_type = options["db_type"] - short_name = options["short_name"] + collect_list = options["collect_list"] + machine_types = options["machine_types"] or [] # 批量获取策略 for collect_id in collect_list: @@ -90,15 +95,33 @@ def handle(self, *args, **options): # 策略转模板 plugin_id = instance["plugin_info"]["plugin_id"] - collect_template = self.to_template(instance) - print(collect_template) - logger.info(f"[{db_type}-{collect_id}] update collect template: {collect_template['name']}") - obj, _ = CollectTemplate.objects.update_or_create( - defaults={ - "name": collect_template["name"], - "details": collect_template, - }, - db_type=db_type, - short_name=short_name, - plugin_id=plugin_id, - ) + template = self.to_template(instance) + + # obj, _ = CollectTemplate.objects.update_or_create( + # defaults={ + # "name": template["name"], + # "details": template, + # }, + # db_type=db_type, + # machine_types=machine_types, + # plugin_id=plugin_id, + # ) + + logger.info(f"[{db_type}-{collect_id}] update collect template: {template['name']}") + with open(os.path.join(TPLS_COLLECT_DIR, template["name"]) + ".json", "w") as template_file: + template_file.write( + json.dumps( + OrderedDict( + { + "bk_biz_id": 0, + "name": template["name"], + "details": template, + "db_type": db_type, + "version": template.get("version", 0) + 1, + "machine_types": machine_types, + "plugin_id": plugin_id, + } + ), + indent=2, + ) + ) diff --git a/dbm-ui/backend/db_monitor/management/commands/fix_collect_template.py b/dbm-ui/backend/db_monitor/management/commands/fix_collect_template.py new file mode 100644 index 0000000000..9fa04cb9c4 --- /dev/null +++ b/dbm-ui/backend/db_monitor/management/commands/fix_collect_template.py @@ -0,0 +1,52 @@ +# -*- coding: utf-8 -*- +""" +TencentBlueKing is pleased to support the open source community by making 蓝鲸智云-DB管理系统(BlueKing-BK-DBM) available. +Copyright (C) 2017-2023 THL A29 Limited, a Tencent company. All rights reserved. +Licensed under the MIT License (the "License"); you may not use this file except in compliance with the License. +You may obtain a copy of the License at https://opensource.org/licenses/MIT +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. +""" +import glob +import json +import logging +import os + +from django.core.management.base import BaseCommand + +from backend.db_monitor.constants import TPLS_ALARM_DIR, TPLS_COLLECT_DIR, TargetPriority + +logger = logging.getLogger("root") + + +class Command(BaseCommand): + help = "采集模板文件修复" + + def add_arguments(self, parser): + parser.add_argument( + "-d", + "--dbtype", + choices=["mysql", "redis", "es", "hdfs", "kafka", "pulsar", "influxdb", "all"], + default="all", + type=str, + help="db类型", + ) + + def update_json_file(self, f, template_dict): + f.seek(0) + f.write(json.dumps(template_dict, indent=2)) + f.truncate() + + def handle(self, *args, **options): + db_type = options["dbtype"] + json_files = glob.glob(os.path.join(TPLS_COLLECT_DIR, "*.json")) + for json_file in json_files: + with open(json_file, "r+") as f: + template_dict = json.loads(f.read()) + # 补充 machine_types 参数 + if not template_dict.get("machine_types"): + template_dict["machine_types"] = [] + + template_dict.pop("short_name", None) + self.update_json_file(f, template_dict) diff --git a/dbm-ui/backend/db_monitor/management/commands/fix_template.py b/dbm-ui/backend/db_monitor/management/commands/fix_policy_template.py similarity index 88% rename from dbm-ui/backend/db_monitor/management/commands/fix_template.py rename to dbm-ui/backend/db_monitor/management/commands/fix_policy_template.py index 58263fa29c..06019f19b9 100644 --- a/dbm-ui/backend/db_monitor/management/commands/fix_template.py +++ b/dbm-ui/backend/db_monitor/management/commands/fix_policy_template.py @@ -119,18 +119,5 @@ def handle(self, *args, **options): query_config["agg_dimension"].pop("app_id", None) self.clear_id(details["items"]) - - # # [HDFS]-XXXXX -> HDFS XXXXX - # if old_template_name.startswith("[") and "]-" in old_template_name: - # db_type, name = old_template_name.split("-") - # template_name = f"{db_type[1:-1]} {name}" - # template_dict["details"]["name"] = template_dict["name"] = template_name - # - # # redis主机xxx-> Redis 主机xxx - # if old_template_name.startswith("redis主机"): - # db_type = "redis" - # template_name = f"Redis {old_template_name[5:]}" - # template_dict["details"]["name"] = template_dict["name"] = template_name - self.update_json_file_name(alarm_json, old_template_name, template_name) self.update_json_file(f, template_dict) diff --git a/dbm-ui/backend/db_monitor/migrations/0015_auto_20231031_1238.py b/dbm-ui/backend/db_monitor/migrations/0015_auto_20231031_1238.py new file mode 100644 index 0000000000..6173a7f5eb --- /dev/null +++ b/dbm-ui/backend/db_monitor/migrations/0015_auto_20231031_1238.py @@ -0,0 +1,31 @@ +# Generated by Django 3.2.19 on 2023-10-31 04:38 + +from django.db import migrations, models + + +class Migration(migrations.Migration): + + dependencies = [ + ("db_monitor", "0014_alter_noticegroup_unique_together"), + ] + + operations = [ + migrations.RemoveField( + model_name="collectinstance", + name="short_name", + ), + migrations.RemoveField( + model_name="collecttemplate", + name="short_name", + ), + migrations.AddField( + model_name="collectinstance", + name="machine_types", + field=models.JSONField(default=list, verbose_name="绑定machine"), + ), + migrations.AddField( + model_name="collecttemplate", + name="machine_types", + field=models.JSONField(default=list, verbose_name="绑定machine"), + ), + ] diff --git a/dbm-ui/backend/db_monitor/models/collect.py b/dbm-ui/backend/db_monitor/models/collect.py index 1ac785708e..a78fd861e5 100644 --- a/dbm-ui/backend/db_monitor/models/collect.py +++ b/dbm-ui/backend/db_monitor/models/collect.py @@ -45,8 +45,7 @@ class CollectTemplateBase(AuditedModel): db_type = models.CharField( _("DB类型"), choices=DBType.get_choices(), max_length=LEN_NORMAL, default=DBType.MySQL.value ) - # 与INSTANCE_MONITOR_PLUGINS的name对应 - short_name = models.CharField(max_length=LEN_MIDDLE, default="") + machine_types = models.JSONField(verbose_name=_("绑定machine"), default=list) details = models.JSONField(verbose_name=_("详情"), default=dict) # 支持版本管理 @@ -112,11 +111,11 @@ def init_collect_strategy(bk_biz_id=env.DBA_APP_BK_BIZ_ID): db_type=template.db_type, plugin_id=template.plugin_id, name=template.name, - short_name=template.short_name, + machine_types=template.machine_types, ) collect_params["id"] = collect_instance.collect_id - if template.version <= collect_instance.version: + if template.version != collect_instance.version: logger.warning("[init_collect_strategy] skip update bkmonitor collector: %s " % template.name) continue @@ -143,10 +142,12 @@ def init_collect_strategy(bk_biz_id=env.DBA_APP_BK_BIZ_ID): plugin_id=template.plugin_id, target_nodes=[ {"bk_inst_id": bk_set_id, "bk_obj_id": "set", "bk_biz_id": bk_biz_id} - for bk_set_id, bk_biz_id in AppMonitorTopo.get_set_by_plugin_id(plugin_id=template.plugin_id) + for bk_set_id, bk_biz_id in AppMonitorTopo.get_set_by_plugin_id( + plugin_id=template.plugin_id, + machine_types=template.machine_types, + ) ], ) - res = BKMonitorV3Api.save_collect_config(collect_params, use_admin=True) # 实例化Rule @@ -156,7 +157,7 @@ def init_collect_strategy(bk_biz_id=env.DBA_APP_BK_BIZ_ID): db_type=template.db_type, plugin_id=template.plugin_id, name=template.name, - short_name=template.short_name, + machine_types=template.machine_types, ) updated_collectors += 1 diff --git a/dbm-ui/backend/db_monitor/readme.md b/dbm-ui/backend/db_monitor/readme.md index 27d8bf4e8c..7dd71af33a 100644 --- a/dbm-ui/backend/db_monitor/readme.md +++ b/dbm-ui/backend/db_monitor/readme.md @@ -9,51 +9,41 @@ # 提取数据采集模板 -> python manage.py extract_collect dbtype collect_list +> python manage.py extract_collect dbtype collect_list [-m machine_types] > collect_list来源:监控测试环境 -> 集成 -> 数据采集 -> dbm_开头的ID 采集模板数据表:db_monitor_collecttemplate -python manage.py extract_collect mysql proxy 7 -python manage.py extract_collect mysql mysql 2 -python manage.py extract_collect mysql spider 14 -python manage.py extract_collect redis predixy 10 -python manage.py extract_collect redis twemproxy 5 -python manage.py extract_collect redis redis 9 -python manage.py extract_collect es es 1 -python manage.py extract_collect kafka zookeeper 8 -python manage.py extract_collect kafka kafka 3 -python manage.py extract_collect pulsar bookkeeper 12 -python manage.py extract_collect pulsar zookeeper 13 -python manage.py extract_collect pulsar broker 4 -python manage.py extract_collect hdfs hdfs 11 -python manage.py extract_collect influxdb influxdb 6 +python manage.py extract_collect mysql 7 91 +python manage.py extract_collect mysql 14 -m spider +python manage.py extract_collect redis 5 9 10 +python manage.py extract_collect es 1 +python manage.py extract_collect kafka 3 8 +python manage.py extract_collect pulsar 4 12 13 +python manage.py extract_collect hdfs 11 +python manage.py extract_collect influxdb 6 # 提取告警策略模板 -> python manage.py extract_alarm dbtype alarm_list +> python manage.py extract_alarm dbtype alarm_list [-d] > alarm_list来源:监控测试环境 -> 配置 -> 告警策略 -> 带DBM_{db_type}标签的策略 告警策略模板数据表:db_monitor_ruletemplate -- 指标 -python manage.py extract_alarm mysql 5629 5623 5630 5624 5627 5621 5614 5625 5626 5704 5703 5762 5758 5763 -python manage.py extract_alarm redis 5765 5779 5780 5781 5782 -python manage.py extract_alarm es 5668 5670 5671 5757 5669 5673 5674 5675 +python manage.py extract_alarm mysql 39901 39900 39763 39759 39783 39760 39785 39779 39723 39738 39739 39787 39767 39751 39733 39762 39729 39782 39734 39788 39730 39768 39731 39769 39737 39721 39773 39786 39771 39742 39755 39745 39789 39918 39913 39917 39916 39915 39914 39912 39911 +python manage.py extract_alarm redis 39764 39743 39722 39744 39727 39776 39748 39774 39758 39718 39754 39750 39728 39925 39923 39922 39921 +python manage.py extract_alarm es 39777 39752 39717 39747 39756 39740 39757 39725 python manage.py extract_alarm kafka 5676 5677 5678 5679 5685 python manage.py extract_alarm pulsar 5683 5682 5681 5680 python manage.py extract_alarm hdfs 5891 5894 5895 5898 5899 python manage.py extract_alarm influxdb 5946 5947 5948 5949 5950 5951 5952 python manage.py extract_alarm riak 39876 39877 39878 39879 39882 39881 39882 -- 事件 -python manage.py extract_alarm mysql 73474 73473 73472 73471 73418 73456 73370 73382 73381 73379 73380 73378 73377 73363 73376 73670 73669 -python manage.py extract_alarm redis 73762 73761 73760 73759 73757 73756 73742 73741 备注:目前事件告警创建到了生产环境,需要调整监控接口地址和DB业务ID -# 导出模板到文件 +# 导出模板到文件 - 废弃,直接从监控接口到文件,不经过db > python manage.py export_template -t all > python manage.py export_template -t collect -d mysql diff --git a/dbm-ui/backend/db_monitor/tpls/collect/es.dbm_elasticsearch_exporter.es.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_elasticsearch_exporter.json similarity index 73% rename from dbm-ui/backend/db_monitor/tpls/collect/es.dbm_elasticsearch_exporter.es.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_elasticsearch_exporter.json index b8bd548be5..27fcee2e10 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/es.dbm_elasticsearch_exporter.es.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_elasticsearch_exporter.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_elasticsearch_exporter", "name": "dbm_elasticsearch_exporter", - "db_type": "es", - "short_name": "es", "details": { "name": "dbm_elasticsearch_exporter", + "collect_type": "Exporter", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "--es.all": "", @@ -30,745 +31,889 @@ "host": "127.0.0.1", "port": "9527", "period": 60 - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_elasticsearch_exporter", + "plugin_type": "Exporter", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [ { - "name": "elasticsearch_cluster_health_json_parse_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_clusterinfo_last_retrieval_failure_ts", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_cluster_health_total_scrapes", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_cluster_health_up", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "url", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_index_stats_json_parse_failures", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_host", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_index_stats_total_scrapes", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_index_stats_up", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "appid", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_node_shards_json_parse_failures", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_role", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_node_stats_json_parse_failures", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_node_stats_total_scrapes", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "app", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "elasticsearch_node_stats_up", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": false }, { - "name": "go_gc_duration_seconds_sum", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "target", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [], + "is_manual": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.group_default" + }, + { + "table_name": "Group1", + "table_desc": "\u5206\u7ec41", + "fields": [ + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "elasticsearch_cluster_health_json_parse_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_total_scrapes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_goroutines", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_up", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_json_parse_failures", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_total_scrapes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_buck_hash_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_up", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_frees_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_node_shards_json_parse_failures", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_gc_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_node_stats_json_parse_failures", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_node_stats_total_scrapes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_idle_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_node_stats_up", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_objects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_released_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_goroutines", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_last_gc_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_lookups_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_buck_hash_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mallocs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_frees_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_gc_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_alloc_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "go_memstats_mspan_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_idle_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mspan_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_next_gc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_objects", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_other_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_released_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_last_gc_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_lookups_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mallocs_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_next_gc_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_other_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "promhttp_metric_handler_requests_in_flight", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_sys_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group1", - "table_desc": "\u5206\u7ec41", - "table_name": "Group1" - }, - { - "fields": [ - { - "name": "__name", - "type": "string", "unit": "none", + "name": "go_memstats_sys_bytes", + "is_diff_metric": false, "is_active": true, - "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_filesystem_data_available_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_threads", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "es_data_node", - "mount", - "es_ingest_node", - "es_master_node", - "es_client_node", - "host", - "path", - "name", - "cluster" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_filesystem_data_free_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "name", - "es_master_node", - "path", - "cluster", - "host", - "mount", - "es_client_node", - "es_ingest_node", - "es_data_node" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_filesystem_data_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "es_ingest_node", - "es_master_node", - "host", - "path", - "cluster", - "es_data_node", - "es_client_node", - "mount", - "name" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_indices_completion_size_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "es_master_node", - "host", - "name", - "cluster", - "es_client_node", - "es_data_node", - "es_ingest_node" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_indices_docs", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "es_client_node", - "es_data_node", - "es_ingest_node", - "es_master_node", - "host", - "name", - "cluster" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_indices_docs_deleted", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "es_master_node", - "host", - "name", - "cluster", - "es_client_node", - "es_data_node", - "es_ingest_node" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_indices_fielddata_evictions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "es_master_node", - "host", - "name", - "cluster", - "es_client_node", - "es_data_node", - "es_ingest_node" - ], - "description": "", "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "process_virtual_memory_max_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_indices_fielddata_memory_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_in_flight", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "name", - "cluster", - "es_client_node", - "es_data_node", - "es_ingest_node", - "es_master_node", - "host" - ], + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance", + "is_diff_metric": false, + "is_active": true, "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_indices_filter_cache_evictions", + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group1" + }, + { + "table_name": "Group2", + "table_desc": "\u5206\u7ec42", + "fields": [ + { + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_data_available_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "cluster", - "es_client_node", "es_data_node", + "mount", "es_ingest_node", "es_master_node", + "es_client_node", "host", - "name" + "path", + "name", + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_filter_cache_memory_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_data_free_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "name", + "es_master_node", + "path", "cluster", + "host", + "mount", "es_client_node", - "es_data_node", "es_ingest_node", - "es_master_node", - "host", - "name" + "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_flush_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_data_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_ingest_node", + "es_master_node", "host", - "name", + "path", "cluster", - "es_client_node", "es_data_node", - "es_ingest_node", - "es_master_node" + "es_client_node", + "mount", + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_flush_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_completion_size_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "host", @@ -778,54 +923,57 @@ "es_data_node", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_get_exists_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_docs", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", "name", - "cluster", - "es_client_node" + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_get_exists_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_docs_deleted", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_master_node", + "host", + "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node", - "es_master_node", - "host", - "name" + "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_get_missing_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_fielddata_evictions", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "host", @@ -835,16 +983,17 @@ "es_data_node", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_get_missing_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_fielddata_memory_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "cluster", @@ -854,187 +1003,197 @@ "es_master_node", "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_get_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_filter_cache_evictions", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host" + "host", + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_get_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_filter_cache_memory_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host" + "host", + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_indexing_delete_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_flush_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_master_node", "host", "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node" + "es_ingest_node", + "es_master_node" ], + "is_manual": true + }, + { "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "elasticsearch_indices_indexing_delete_total", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_flush_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_master_node", + "host", + "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node", - "es_master_node", - "host", - "name" + "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_indexing_index_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_get_exists_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", "name", - "cluster" + "cluster", + "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_indexing_index_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_get_exists_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name", - "cluster" + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_indexing_is_throttled", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_get_missing_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_master_node", + "host", "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node", - "es_master_node", - "host" + "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_indexing_throttle_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_get_missing_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "name", + "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host", - "name", - "cluster" + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_merges_current", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_get_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "host", "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", - "es_master_node" + "es_master_node", + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_merges_current_size_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_get_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "cluster", @@ -1044,54 +1203,57 @@ "es_master_node", "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_merges_docs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_indexing_delete_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_master_node", + "host", "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node", - "es_master_node", - "host" + "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_merges_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_indexing_delete_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "cluster", + "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name", - "cluster", - "es_client_node" + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_merges_total_size_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_indexing_index_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_client_node", "es_data_node", @@ -1101,73 +1263,57 @@ "name", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_merges_total_throttled_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_indexing_index_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "name", - "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host" + "host", + "name", + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_merges_total_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_indexing_is_throttled", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "host", "name", "cluster", "es_client_node", - "es_data_node", - "es_ingest_node", - "es_master_node" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "elasticsearch_indices_query_cache_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ "es_data_node", "es_ingest_node", "es_master_node", - "host", - "name", - "cluster", - "es_client_node" + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_query_cache_cache_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_indexing_throttle_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_client_node", "es_data_node", @@ -1177,73 +1323,77 @@ "name", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_query_cache_evictions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_merges_current", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_master_node", "host", "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node" + "es_ingest_node", + "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_query_cache_memory_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_merges_current_size_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host", - "name" + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_query_cache_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_merges_docs_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "host", "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", - "es_master_node" + "es_master_node", + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_refresh_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_merges_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_data_node", "es_ingest_node", @@ -1253,16 +1403,37 @@ "cluster", "es_client_node" ], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "elasticsearch_indices_merges_total_size_bytes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "es_client_node", + "es_data_node", + "es_ingest_node", + "es_master_node", + "host", + "name", + "cluster" + ], + "is_manual": true }, { - "name": "elasticsearch_indices_refresh_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_merges_total_throttled_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "cluster", @@ -1272,16 +1443,17 @@ "es_master_node", "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_request_cache_evictions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_merges_total_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -1291,35 +1463,37 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_request_cache_memory_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_query_cache_cache_size", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_data_node", "es_ingest_node", "es_master_node", "host", "name", "cluster", - "es_client_node", - "es_data_node" + "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_search_fetch_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_query_cache_cache_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_client_node", "es_data_node", @@ -1329,73 +1503,57 @@ "name", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_search_fetch_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_query_cache_evictions", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_master_node", + "host", "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node", - "es_master_node", - "host" + "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_search_query_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_query_cache_memory_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name", - "cluster" + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_search_query_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "es_ingest_node", - "es_master_node", - "host", - "name", - "cluster", - "es_client_node", - "es_data_node" - ], "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "elasticsearch_indices_search_scroll_time_seconds", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_query_cache_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -1405,54 +1563,57 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_search_scroll_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_refresh_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "cluster", - "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name" + "name", + "cluster", + "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_search_suggest_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_refresh_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host", - "name" + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_search_suggest_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_request_cache_evictions", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -1462,54 +1623,57 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_request_cache_memory_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "cluster", - "es_client_node", - "es_data_node", "es_ingest_node", "es_master_node", "host", - "name" + "name", + "cluster", + "es_client_node", + "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_doc_values_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_fetch_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_client_node", + "es_data_node", "es_ingest_node", "es_master_node", "host", "name", - "cluster", - "es_client_node", - "es_data_node" + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_fixed_bit_set_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_fetch_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "cluster", @@ -1519,130 +1683,137 @@ "es_master_node", "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_index_writer_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_query_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "name", - "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host" + "host", + "name", + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_query_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "cluster", - "es_client_node", - "es_data_node", "es_ingest_node", "es_master_node", "host", - "name" + "name", + "cluster", + "es_client_node", + "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_norms_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_scroll_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_master_node", "host", "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node" + "es_ingest_node", + "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_points_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_scroll_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name", - "cluster" + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_stored_fields_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_suggest_time_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "cluster", + "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name", - "cluster", - "es_client_node" + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_term_vectors_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_search_suggest_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_master_node", "host", "name", "cluster", "es_client_node", "es_data_node", - "es_ingest_node" + "es_ingest_node", + "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_terms_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "es_client_node", @@ -1652,54 +1823,57 @@ "host", "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segments_version_map_memory_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_doc_values_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_client_node", - "es_data_node", "es_ingest_node", "es_master_node", "host", "name", - "cluster" + "cluster", + "es_client_node", + "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_store_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_fixed_bit_set_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host", - "name" + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_store_throttle_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_index_writer_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "cluster", @@ -1709,16 +1883,37 @@ "es_master_node", "host" ], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "elasticsearch_indices_segments_memory_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "es_client_node", + "es_data_node", + "es_ingest_node", + "es_master_node", + "host", + "name" + ], + "is_manual": true }, { - "name": "elasticsearch_indices_translog_operations", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_norms_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "host", @@ -1728,92 +1923,97 @@ "es_data_node", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_translog_size_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_points_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "name", - "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host" + "host", + "name", + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_warmer_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_stored_fields_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_data_node", + "es_ingest_node", + "es_master_node", "host", "name", "cluster", - "es_client_node", - "es_data_node", - "es_ingest_node", - "es_master_node" + "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_warmer_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_term_vectors_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_client_node", - "es_data_node", - "es_ingest_node", "es_master_node", "host", "name", - "cluster" + "cluster", + "es_client_node", + "es_data_node", + "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_os_cpu_percent", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_terms_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "host", - "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", - "es_master_node" + "es_master_node", + "host", + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_os_load1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segments_version_map_memory_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_client_node", "es_data_node", @@ -1823,16 +2023,17 @@ "name", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_os_load15", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_store_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "es_client_node", @@ -1842,35 +2043,57 @@ "host", "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_os_load5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_store_throttle_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "host", "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", - "es_master_node" + "es_master_node", + "host" ], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "elasticsearch_indices_translog_operations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "es_master_node", + "host", + "name", + "cluster", + "es_client_node", + "es_data_node", + "es_ingest_node" + ], + "is_manual": true }, { - "name": "elasticsearch_os_mem_actual_free_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_translog_size_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "cluster", @@ -1880,35 +2103,57 @@ "es_master_node", "host" ], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "elasticsearch_indices_warmer_time_seconds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "name", + "cluster", + "es_client_node", + "es_data_node", + "es_ingest_node", + "es_master_node" + ], + "is_manual": true }, { - "name": "elasticsearch_os_mem_actual_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_warmer_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name" + "name", + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_os_mem_free_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_cpu_percent", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -1918,130 +2163,137 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_os_mem_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_load1", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", "name", - "cluster", - "es_client_node" + "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_process_cpu_percent", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_load15", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "cluster", + "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name", - "cluster", - "es_client_node" + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_load5", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "host", "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", - "es_master_node", - "host" + "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_process_max_files_descriptors", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_mem_actual_free_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "name", "cluster", "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", - "host", - "name" + "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_process_mem_resident_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_mem_actual_used_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ + "cluster", + "es_client_node", "es_data_node", "es_ingest_node", "es_master_node", "host", - "name", - "cluster", - "es_client_node" + "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_process_mem_share_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_mem_free_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "es_ingest_node", - "es_master_node", "host", "name", "cluster", "es_client_node", - "es_data_node" + "es_data_node", + "es_ingest_node", + "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_process_mem_virtual_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_os_mem_used_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_data_node", "es_ingest_node", @@ -2051,16 +2303,17 @@ "cluster", "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_process_open_files_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_process_cpu_percent", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_data_node", "es_ingest_node", @@ -2070,16 +2323,77 @@ "cluster", "es_client_node" ], + "is_manual": true + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_process_cpu_seconds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "name", + "cluster", + "es_client_node", + "es_data_node", + "es_ingest_node", + "es_master_node", + "host" + ], + "is_manual": true + }, + { "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_process_max_files_descriptors", + "is_diff_metric": false, + "is_active": true, "source_name": "", + "dimensions": [ + "cluster", + "es_client_node", + "es_data_node", + "es_ingest_node", + "es_master_node", + "host", + "name" + ], + "is_manual": true + }, + { + "description": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "elasticsearch_process_mem_resident_size_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "es_data_node", + "es_ingest_node", + "es_master_node", + "host", + "name", + "cluster", + "es_client_node" + ], + "is_manual": true }, { - "name": "elasticsearch_transport_rx_packets_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_process_mem_share_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_ingest_node", "es_master_node", @@ -2089,16 +2403,77 @@ "es_client_node", "es_data_node" ], + "is_manual": true + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_process_mem_virtual_size_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "es_data_node", + "es_ingest_node", + "es_master_node", + "host", + "name", + "cluster", + "es_client_node" + ], + "is_manual": true + }, + { "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_process_open_files_count", + "is_diff_metric": false, + "is_active": true, "source_name": "", + "dimensions": [ + "es_data_node", + "es_ingest_node", + "es_master_node", + "host", + "name", + "cluster", + "es_client_node" + ], + "is_manual": true + }, + { + "description": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "elasticsearch_transport_rx_packets_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "es_ingest_node", + "es_master_node", + "host", + "name", + "cluster", + "es_client_node", + "es_data_node" + ], + "is_manual": true }, { - "name": "elasticsearch_transport_rx_size_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_transport_rx_size_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -2108,16 +2483,17 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_transport_tx_packets_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_transport_tx_packets_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_data_node", "es_ingest_node", @@ -2127,16 +2503,17 @@ "cluster", "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_transport_tx_size_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_transport_tx_size_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -2146,279 +2523,303 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_active_primary_shards", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_active_primary_shards", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_active_shards", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_active_shards", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_delayed_unassigned_shards", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_delayed_unassigned_shards", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_initializing_shards", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_initializing_shards", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_number_of_data_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_number_of_data_nodes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_number_of_in_flight_fetch", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_number_of_in_flight_fetch", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_number_of_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_number_of_nodes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_number_of_pending_tasks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_number_of_pending_tasks", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_relocating_shards", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_relocating_shards", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_task_max_waiting_in_queue_millis", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_task_max_waiting_in_queue_millis", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_cluster_health_unassigned_shards", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_cluster_health_unassigned_shards", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_node_shards_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_node_shards_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "source_name": "name", + "is_manual": true }, { - "name": "mount", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "mount", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "path", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "path", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "node", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group2", - "table_desc": "\u5206\u7ec42", - "table_name": "Group2" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group2" }, { + "table_name": "Group3", + "table_desc": "\u5206\u7ec43", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_breakers_estimated_size_bytes", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_breakers_estimated_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "name", @@ -2429,16 +2830,17 @@ "es_client_node", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_breakers_limit_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_breakers_limit_size_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "breaker", "es_ingest_node", @@ -2449,16 +2851,17 @@ "es_data_node", "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_breakers_overhead", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_breakers_overhead", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -2469,16 +2872,17 @@ "es_client_node", "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_breakers_tripped", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_breakers_tripped", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "host", @@ -2489,103 +2893,113 @@ "es_data_node", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, + "source_name": "name", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "breaker", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "breaker", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group3", - "table_desc": "\u5206\u7ec43", - "table_name": "Group3" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group3" }, { + "table_name": "Group4", + "table_desc": "\u5206\u7ec44", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_filesystem_io_stats_device_operations_count", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_io_stats_device_operations_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "host", @@ -2596,16 +3010,17 @@ "cluster", "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_filesystem_io_stats_device_read_operations_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_io_stats_device_read_operations_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "es_client_node", @@ -2616,16 +3031,17 @@ "cluster", "device" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_filesystem_io_stats_device_read_size_kilobytes_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_io_stats_device_read_size_kilobytes_sum", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_data_node", "host", @@ -2636,16 +3052,17 @@ "cluster", "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_filesystem_io_stats_device_write_operations_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_io_stats_device_write_operations_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "es_master_node", @@ -2656,16 +3073,17 @@ "device", "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_filesystem_io_stats_device_write_size_kilobytes_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_filesystem_io_stats_device_write_size_kilobytes_sum", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "host", @@ -2676,103 +3094,113 @@ "es_data_node", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, + "source_name": "name", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "device", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "device", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group4", - "table_desc": "\u5206\u7ec44", - "table_name": "Group4" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group4" }, { + "table_name": "Group5", + "table_desc": "\u5206\u7ec45", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_indices_query_cache_count", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_query_cache_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_client_node", "es_ingest_node", @@ -2783,16 +3211,17 @@ "host", "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_query_miss_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_query_miss_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "cluster", @@ -2803,16 +3232,17 @@ "es_master_node", "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_request_cache_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_request_cache_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "cache", @@ -2823,16 +3253,17 @@ "es_master_node", "host" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_request_miss_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_request_miss_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cache", "es_client_node", @@ -2843,103 +3274,113 @@ "cluster", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, + "source_name": "name", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cache", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cache", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group5", - "table_desc": "\u5206\u7ec45", - "table_name": "Group5" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group5" }, { + "table_name": "Group6", + "table_desc": "\u5206\u7ec46", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_jvm_buffer_pool_used_bytes", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_buffer_pool_used_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "type", "cluster", @@ -2950,16 +3391,17 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_jvm_uptime_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_uptime_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "name", @@ -2970,16 +3412,17 @@ "cluster", "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_thread_pool_active_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_thread_pool_active_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "es_data_node", @@ -2990,16 +3433,17 @@ "type", "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_thread_pool_completed_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_thread_pool_completed_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_data_node", "es_ingest_node", @@ -3010,16 +3454,17 @@ "type", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_thread_pool_largest_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_thread_pool_largest_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -3030,16 +3475,17 @@ "es_data_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_thread_pool_queue_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_thread_pool_queue_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "es_client_node", @@ -3050,16 +3496,17 @@ "host", "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_thread_pool_rejected_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_thread_pool_rejected_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_client_node", "es_data_node", @@ -3070,16 +3517,17 @@ "host", "type" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_thread_pool_threads_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_thread_pool_threads_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_master_node", "cluster", @@ -3090,103 +3538,113 @@ "es_client_node", "es_ingest_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "type", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, + "source_name": "name", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group6", - "table_desc": "\u5206\u7ec46", - "table_name": "Group6" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group6" }, { + "table_name": "Group7", + "table_desc": "\u5206\u7ec47", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_jvm_gc_collection_seconds_count", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_gc_collection_seconds_count", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_ingest_node", "gc", @@ -3197,16 +3655,17 @@ "cluster", "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_jvm_gc_collection_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_gc_collection_seconds_sum", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "es_data_node", @@ -3217,103 +3676,113 @@ "es_ingest_node", "gc" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, + "source_name": "name", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "gc", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "gc", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group7", - "table_desc": "\u5206\u7ec47", - "table_name": "Group7" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group7" }, { + "table_name": "Group8", + "table_desc": "\u5206\u7ec48", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_jvm_memory_committed_bytes", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_memory_committed_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "name", "es_master_node", @@ -3324,16 +3793,17 @@ "es_client_node", "es_data_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_jvm_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_memory_max_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "area", "cluster", @@ -3344,16 +3814,17 @@ "host", "name" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_jvm_memory_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_memory_used_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "name", @@ -3364,103 +3835,113 @@ "host", "area" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, + "source_name": "name", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "area", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "area", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group8", - "table_desc": "\u5206\u7ec48", - "table_name": "Group8" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group8" }, { + "table_name": "Group9", + "table_desc": "\u5206\u7ec49", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_jvm_memory_pool_max_bytes", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_memory_pool_max_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -3471,16 +3952,17 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_jvm_memory_pool_peak_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_memory_pool_peak_max_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "es_ingest_node", "es_data_node", @@ -3491,16 +3973,17 @@ "cluster", "es_client_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_jvm_memory_pool_peak_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_memory_pool_peak_used_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -3511,16 +3994,17 @@ "es_client_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_jvm_memory_pool_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_jvm_memory_pool_used_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "host", "name", @@ -3531,93 +4015,113 @@ "es_ingest_node", "es_master_node" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "__name", + "is_diff_metric": false, "is_active": true, + "source_name": "name", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "pool", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "pool", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_client_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_client_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_data_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_data_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_ingest_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_ingest_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "es_master_node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "es_master_node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group9", - "table_desc": "\u5206\u7ec49", - "table_name": "Group9" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group9" }, { + "table_name": "Group10", + "table_desc": "\u5206\u7ec410", "fields": [ { - "name": "elasticsearch_clusterinfo_version_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_clusterinfo_version_info", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "version", "build_date", @@ -3626,16 +4130,17 @@ "cluster_uuid", "lucene_version" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_version", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_version", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "lucene_version", "version", @@ -3644,123 +4149,231 @@ "cluster", "cluster_uuid" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "go_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_info", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "version" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "build_date", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "build_date", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "build_hash", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "build_hash", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster_uuid", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_uuid", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "lucene_version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "lucene_version", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group10", - "table_desc": "\u5206\u7ec410", - "table_name": "Group10" - }, - { - "fields": [ + "is_manual": true + }, { - "name": "_shard", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, "is_active": true, - "description": "", - "source_name": "shard", - "monitor_type": "dimension", - "is_diff_metric": false + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_indices_shards_docs", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_host", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "cluster", + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group10" + }, + { + "table_name": "Group11", + "table_desc": "\u5206\u7ec411", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_indices_shards_docs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", "index", "node", "primary", "shard" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_shards_docs_deleted", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_shards_docs_deleted", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "node", "primary", @@ -3768,16 +4381,17 @@ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_shards_store_size_in_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_shards_store_size_in_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "node", "primary", @@ -3785,1439 +4399,2095 @@ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_fielddata_evictions_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_fielddata_evictions_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_fielddata_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_fielddata_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_flush_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_flush_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_flush_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_flush_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_get_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_get_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_get_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_get_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_index_current", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_index_current", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_indexing_delete_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_indexing_delete_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_indexing_delete_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_indexing_delete_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_indexing_index_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_indexing_index_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_indexing_index_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_indexing_index_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_indexing_noop_update_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_indexing_noop_update_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_indexing_throttle_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_indexing_throttle_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_merge_auto_throttle_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_merge_auto_throttle_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_merge_stopped_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_merge_stopped_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_merge_throttle_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_merge_throttle_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_merge_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_merge_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_merge_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_merge_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_query_cache_caches_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_query_cache_caches_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_query_cache_evictions_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_query_cache_evictions_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_query_cache_hits_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_query_cache_hits_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_query_cache_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_query_cache_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_query_cache_misses_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_query_cache_misses_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_query_cache_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_query_cache_size", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_refresh_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_refresh_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_refresh_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_refresh_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_request_cache_evictions_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_request_cache_evictions_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_request_cache_hits_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_request_cache_hits_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_request_cache_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_request_cache_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_request_cache_misses_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_request_cache_misses_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_fetch_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_fetch_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_fetch_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_fetch_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_query_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_query_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_query_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_query_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_scroll_current", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_scroll_current", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_scroll_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_scroll_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_scroll_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_scroll_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_suggest_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_suggest_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_search_suggest_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_search_suggest_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_warmer_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_warmer_time_seconds_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_index_stats_warmer_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_index_stats_warmer_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_completion_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_completion_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_completion_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_completion_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_deleted_docs_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_deleted_docs_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_deleted_docs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_deleted_docs_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_docs_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_docs_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_docs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_docs_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_count_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_count_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_count_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_count_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_doc_values_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_doc_values_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_doc_values_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_doc_values_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_fields_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_fields_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_fields_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_fields_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_fixed_bit_set_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_fixed_bit_set_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_fixed_bit_set_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_fixed_bit_set_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_index_writer_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_index_writer_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_index_writer_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_index_writer_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_norms_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_norms_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_norms_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_norms_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_points_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_points_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_points_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_points_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_term_vectors_memory_primary_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_term_vectors_memory_primary_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_term_vectors_memory_total_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_term_vectors_memory_total_bytes", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_terms_memory_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_terms_memory_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_terms_memory_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_terms_memory_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_version_map_memory_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_version_map_memory_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_segment_version_map_memory_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_segment_version_map_memory_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_store_size_bytes_primary", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_store_size_bytes_primary", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "index", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_indices_store_size_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_indices_store_size_bytes_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_search_active_queries", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_search_active_queries", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "cluster", "index" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "_shard", + "is_diff_metric": false, "is_active": true, + "source_name": "shard", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "index", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "index", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "node", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "node", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "primary", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "primary", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group11", - "table_desc": "\u5206\u7ec411", - "table_name": "Group11" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group11" }, { + "table_name": "Group12", + "table_desc": "\u5206\u7ec412", "fields": [ { - "name": "elasticsearch_exporter_build_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "elasticsearch_exporter_build_info", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "version", "branch", "goversion", "revision" ], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "branch", + "is_diff_metric": false, + "is_active": true, "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "version", + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "goversion", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "revision", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group12" + }, + { + "table_name": "Group13", + "table_desc": "\u5206\u7ec413", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_nodes_roles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "name", + "role", + "cluster", + "host" + ], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "__name", + "is_diff_metric": false, + "is_active": true, + "source_name": "name", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group13" + }, + { + "table_name": "Group14", + "table_desc": "\u5206\u7ec414", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_indices_aliases", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "index", + "alias", + "cluster" + ], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "alias", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group14" + }, + { + "table_name": "Group15", + "table_desc": "\u5206\u7ec415", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_cluster_health_status", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "color" + ], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "color", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group15" + }, + { + "table_name": "Group16", + "table_desc": "\u5206\u7ec416", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_clusterinfo_last_retrieval_success_ts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url" + ], + "is_manual": true + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_clusterinfo_up", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url" + ], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "url", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + } + ], + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group16" + }, + { + "table_name": "Group17", + "table_desc": "\u5206\u7ec417", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_scrape_duration_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "collector" + ], + "is_manual": true + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "elasticsearch_scrape_success", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "collector" + ], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "collector", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "appid", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "branch", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "goversion", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "revision", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "target", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group12", - "table_desc": "\u5206\u7ec412", - "table_name": "Group12" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group17" }, { + "table_name": "Group18", + "table_desc": "\u5206\u7ec418", "fields": [ { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "elasticsearch_nodes_roles", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "name", - "role", - "cluster", - "host" + "quantile" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "role", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "quantile", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "appid", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group13", - "table_desc": "\u5206\u7ec413", - "table_name": "Group13" - }, - { - "fields": [ + "dimensions": [], + "is_manual": true + }, { - "name": "elasticsearch_indices_aliases", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "index", - "alias", - "cluster" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "index", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "alias", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_role", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group14", - "table_desc": "\u5206\u7ec414", - "table_name": "Group14" - }, - { - "fields": [ + "dimensions": [], + "is_manual": true + }, { - "name": "elasticsearch_cluster_health_status", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "app", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "cluster", - "color" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "color", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "target", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group15", - "table_desc": "\u5206\u7ec415", - "table_name": "Group15" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group18" }, { + "table_name": "Group19", + "table_desc": "\u5206\u7ec419", "fields": [ { - "name": "elasticsearch_clusterinfo_last_retrieval_success_ts", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_total", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ - "url" + "code" ], + "is_manual": true + }, + { "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "code", + "is_diff_metric": false, + "is_active": true, "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "elasticsearch_clusterinfo_up", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_role", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "url" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "url", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance_host", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group16", - "table_desc": "\u5206\u7ec416", - "table_name": "Group16" - }, - { - "fields": [ + "dimensions": [], + "is_manual": true + }, { - "name": "elasticsearch_scrape_duration_seconds", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "app", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "collector" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "elasticsearch_scrape_success", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "appid", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "collector" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "collector", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_domain", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group17", - "table_desc": "\u5206\u7ec417", - "table_name": "Group17" - }, - { - "fields": [ + "dimensions": [], + "is_manual": true + }, { - "name": "go_gc_duration_seconds", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_name", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "quantile" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "quantile", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "instance", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group18", - "table_desc": "\u5206\u7ec418", - "table_name": "Group18" - }, - { - "fields": [ + "dimensions": [], + "is_manual": true + }, { - "name": "promhttp_metric_handler_requests_total", - "type": "double", + "description": "", + "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster_type", + "is_diff_metric": false, "is_active": true, - "dimensions": [ - "code" - ], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "code", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "target", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "dimensions": [], + "is_manual": true } ], - "table_id": "exporter_dbm_elasticsearch_exporter.Group19", - "table_desc": "\u5206\u7ec419", - "table_name": "Group19" + "rule_list": [], + "table_id": "exporter_dbm_elasticsearch_exporter.Group19" } ], - "plugin_type": "Exporter", "os_type_list": [ "linux" ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "es", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_elasticsearch_exporter" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/hdfs.dbm_hdfs_exporter.hdfs.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_hdfs_exporter.json similarity index 81% rename from dbm-ui/backend/db_monitor/tpls/collect/hdfs.dbm_hdfs_exporter.hdfs.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_hdfs_exporter.json index 884e516c25..e4366e5c50 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/hdfs.dbm_hdfs_exporter.hdfs.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_hdfs_exporter.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_hdfs_exporter", "name": "dbm_hdfs_exporter", - "db_type": "hdfs", - "short_name": "hdfs", "details": { "name": "dbm_hdfs_exporter", + "collect_type": "Exporter", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "-component": "{{ target.service.labels[\"instance_name\"] }}", @@ -30,2035 +31,2227 @@ "host": "127.0.0.1", "port": "9070", "period": 60 - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_hdfs_exporter", + "plugin_type": "Exporter", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [], + "rule_list": [], + "table_id": "exporter_dbm_hdfs_exporter.group_default" + }, + { + "table_name": "Group1", + "table_desc": "\u5206\u7ec41", "fields": [ { - "name": "hadoop_datanode_block_reports_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_block_reports_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_blocks_cached", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_blocks_cached", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_blocks_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_blocks_read", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_blocks_removed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_blocks_removed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_blocks_replicated", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_blocks_replicated", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_blocks_uncached", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_blocks_uncached", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_blocks_written", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_blocks_written", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_bytes_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_bytes_read", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_bytes_written", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_bytes_written", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_datanode_network_errors", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_datanode_network_errors", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_flush_nanos_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_flush_nanos_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_flush_nanos_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_flush_nanos_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_fsync_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_fsync_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_fsync_nanos_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_fsync_nanos_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_fsync_nanos_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_fsync_nanos_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_heartbeats_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_heartbeats_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_ram_disk_blocks_evicted", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_ram_disk_blocks_evicted", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_ram_disk_blocks_read_hits", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_ram_disk_blocks_read_hits", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_read_block_op_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_read_block_op_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_volume_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_volume_failures", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_write_block_op_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_write_block_op_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_add_block_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_add_block_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_add_block_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_add_block_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_call_queue_length", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_call_queue_length", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_delete_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_delete_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_delete_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_delete_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_gc_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_gc_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_gc_time_millis", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_gc_time_millis", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_get_file_info_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_get_file_info_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_get_file_info_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_get_file_info_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_get_fs_stats_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_get_fs_stats_avg_time", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "hadoop_datanode_get_fs_stats_num_ops", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_get_fs_stats_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_log_error", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_log_error", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_log_fatal", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_log_fatal", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_log_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_log_info", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_log_warn", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_log_warn", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_mem_heap_committed_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_mem_heap_committed_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_mem_heap_max_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_mem_heap_max_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_mem_heap_used_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_mem_heap_used_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_mem_max_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_mem_max_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_mem_non_heap_committed_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_mem_non_heap_committed_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_mem_non_heap_max_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_mem_non_heap_max_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_mem_non_heap_used_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_mem_non_heap_used_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_received_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_received_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_rpc_authorization_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_rpc_authorization_failures", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_rpc_processing_time_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_rpc_processing_time_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_rpc_processing_time_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_rpc_processing_time_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_rpc_queue_time_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_rpc_queue_time_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_rpc_queue_time_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_rpc_queue_time_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_sent_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_sent_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_set_safe_mode_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_set_safe_mode_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_set_safe_mode_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_set_safe_mode_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_threads_blocked", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_threads_blocked", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_threads_new", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_threads_new", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_threads_runnable", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_threads_runnable", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_threads_timed_waiting", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_threads_timed_waiting", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_threads_waiting", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_threads_waiting", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_datanode_xceiver_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_datanode_xceiver_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_State", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_State", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_block_capacity", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_block_capacity", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_blocks_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_blocks_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_capacity_remaining", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_capacity_remaining", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_capacity_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_capacity_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_capacity_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_capacity_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_capacity_used_non_d_f_s", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_capacity_used_non_d_f_s", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_corrupt_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_corrupt_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_estimated_capacity_lost_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_estimated_capacity_lost_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_excess_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_excess_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_expired_heartbeats", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_expired_heartbeats", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_f_s_state", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_f_s_state", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_files_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_files_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_last_checkpoint_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_last_checkpoint_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_last_written_transaction_id", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_last_written_transaction_id", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_missing_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_missing_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_missing_repl_one_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_missing_repl_one_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_num_dead_data_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_num_dead_data_nodes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_num_decom_dead_data_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_num_decom_dead_data_nodes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_num_live_data_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_num_live_data_nodes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_num_stale_data_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_num_stale_data_nodes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_num_stale_storages", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_num_stale_storages", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_pending_data_node_message_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_pending_data_node_message_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_pending_deletion_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_pending_deletion_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_pending_replication_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_pending_replication_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_postponed_mis_replicated_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_postponed_mis_replicated_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_scheduled_replication_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_scheduled_replication_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_stale_data_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_stale_data_nodes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_total_files", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_total_files", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_total_load", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_total_load", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_transactions_since_last_checkpoint", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_transactions_since_last_checkpoint", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_transactions_since_last_log_roll", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_transactions_since_last_log_roll", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_under_replicated_blocks", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_under_replicated_blocks", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_volume_failures_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_volume_failures_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_goroutines", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_goroutines", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_buck_hash_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_buck_hash_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_frees_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_frees_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_gc_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_gc_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_idle_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_idle_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_objects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_objects", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_released_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_released_bytes_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_last_gc_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_last_gc_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_lookups_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_lookups_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mallocs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mallocs_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mspan_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mspan_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_next_gc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_next_gc_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_other_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_other_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_sys_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_add_block_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_add_block_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_add_block_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_add_block_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_add_block_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_add_block_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_block_received_and_deleted_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_block_received_and_deleted_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_block_received_and_deleted_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_block_received_and_deleted_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_block_received_and_deleted_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_block_received_and_deleted_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_block_report_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_block_report_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_block_report_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_block_report_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_call_queue_length", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_call_queue_length", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_commit_block_synchronization_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_commit_block_synchronization_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_commit_block_synchronization_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_commit_block_synchronization_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_create_file_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_create_file_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_delete_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_delete_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_delete_file_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_delete_file_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_delete_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_delete_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_file_info_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_file_info_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_files_appended", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_files_appended", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_files_deleted", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_files_deleted", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_files_in_get_listing_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_files_in_get_listing_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_gc_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_gc_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_gc_time_millis", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_gc_time_millis", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_get_file_info_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_get_file_info_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_get_file_info_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_get_file_info_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_get_fs_stats_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_get_fs_stats_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_get_fs_stats_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_get_fs_stats_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_log_error", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_log_error", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_log_fatal", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_log_fatal", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_log_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_log_info", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_log_warn", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_log_warn", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_mem_heap_committed_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_mem_heap_committed_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_mem_heap_max_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_mem_heap_max_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_mem_heap_used_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_mem_heap_used_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_mem_max_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_mem_max_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_mem_non_heap_committed_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_mem_non_heap_committed_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_mem_non_heap_max_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_mem_non_heap_max_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_mem_non_heap_used_m", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_mem_non_heap_used_m", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_received_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_received_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_roll_edit_log_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_roll_edit_log_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_rpc_authorization_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_rpc_authorization_failures", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_rpc_processing_time_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_rpc_processing_time_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_rpc_processing_time_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_rpc_processing_time_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_rpc_queue_time_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_rpc_queue_time_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_rpc_queue_time_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_rpc_queue_time_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_sent_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_sent_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_set_safe_mode_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_set_safe_mode_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_set_safe_mode_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_set_safe_mode_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_syncs_avg_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_syncs_avg_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_syncs_num_ops", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_syncs_num_ops", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_threads_blocked", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_threads_blocked", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_threads_new", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_threads_new", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_threads_runnable", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_threads_runnable", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_threads_timed_waiting", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_threads_timed_waiting", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "hadoop_namenode_threads_waiting", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_threads_waiting", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true } ], - "table_id": "exporter_dbm_hdfs_exporter.Group1", - "table_desc": "\u5206\u7ec41", - "table_name": "Group1" + "rule_list": [], + "table_id": "exporter_dbm_hdfs_exporter.Group1" }, { + "table_name": "Group2", + "table_desc": "\u5206\u7ec42", "fields": [ { - "name": "go_gc_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "quantile" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "quantile", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "quantile", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_hdfs_exporter.Group2", - "table_desc": "\u5206\u7ec42", - "table_name": "Group2" + "rule_list": [], + "table_id": "exporter_dbm_hdfs_exporter.Group2" }, { + "table_name": "Group3", + "table_desc": "\u5206\u7ec43", "fields": [ { - "name": "hadoop_namenode_live_nodes_last_contact", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "hadoop_namenode_live_nodes_last_contact", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "datanode" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "datanode", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "datanode", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_hdfs_exporter.Group3", - "table_desc": "\u5206\u7ec43", - "table_name": "Group3" + "rule_list": [], + "table_id": "exporter_dbm_hdfs_exporter.Group3" } ], - "plugin_type": "Exporter", "os_type_list": [ "linux" ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "hdfs", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_hdfs_exporter" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/dbm_influxdb_bkpull.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_influxdb_bkpull.json new file mode 100644 index 0000000000..6ed20f8893 --- /dev/null +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_influxdb_bkpull.json @@ -0,0 +1,50075 @@ +{ + "bk_biz_id": 0, + "name": "dbm_influxdb_bkpull", + "details": { + "name": "dbm_influxdb_bkpull", + "collect_type": "Pushgateway", + "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], + "params": { + "plugin": { + "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { + "app": "app", + "appid": "appid", + "db_group": "db_group", + "instance": "instance", + "cluster_name": "cluster_name", + "instance_host": "instance_host", + "instance_port": "instance_port", + "cluster_domain": "cluster_domain" + } + }, + "collector": { + "period": 60, + "password": false, + "bk_username": "", + "metrics_url": "http://127.0.0.1:9274/metrics" + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" + }, + "plugin_info": { + "plugin_id": "dbm_influxdb_bkpull", + "plugin_type": "Pushgateway", + "metric_json": [ + { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.group_default" + }, + { + "table_name": "Group1", + "table_desc": "\u5206\u7ec41", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_diskBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "engine", + "path", + "walPath", + "id", + "cluster", + "dbgroup", + "influx_host", + "dbgroup_id", + "database", + "host", + "retentionPolicy", + "influx_port", + "indexType", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_fieldsCreate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "database", + "dbrole", + "cluster", + "id", + "path", + "influx_host", + "engine", + "walPath", + "dbgroup_id", + "retentionPolicy", + "host", + "url", + "dbgroup", + "indexType" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_seriesCreate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "engine", + "path", + "id", + "dbgroup", + "influx_port", + "retentionPolicy", + "host", + "database", + "url", + "influx_host", + "dbrole", + "indexType", + "cluster", + "walPath", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writeBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "walPath", + "engine", + "path", + "cluster", + "host", + "url", + "influx_host", + "dbgroup_id", + "dbgroup", + "dbrole", + "id", + "indexType", + "database", + "retentionPolicy" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writePointsDropped", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "id", + "influx_port", + "influx_host", + "url", + "database", + "dbgroup_id", + "indexType", + "path", + "dbrole", + "host", + "retentionPolicy", + "engine", + "cluster", + "walPath" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writePointsErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "walPath", + "path", + "host", + "cluster", + "engine", + "dbgroup_id", + "dbrole", + "dbgroup", + "indexType", + "id", + "influx_host", + "retentionPolicy", + "influx_port", + "database" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writePointsOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "path", + "walPath", + "url", + "id", + "cluster", + "dbrole", + "dbgroup", + "retentionPolicy", + "dbgroup_id", + "engine", + "host", + "indexType", + "influx_host", + "database", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writeReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "cluster", + "dbgroup_id", + "walPath", + "engine", + "id", + "influx_host", + "path", + "host", + "indexType", + "influx_port", + "url", + "retentionPolicy", + "dbgroup", + "database" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writeReqErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbrole", + "database", + "url", + "retentionPolicy", + "influx_host", + "engine", + "dbgroup", + "path", + "indexType", + "id", + "dbgroup_id", + "host", + "walPath", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writeReqOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "engine", + "host", + "dbgroup_id", + "walPath", + "cluster", + "influx_host", + "influx_port", + "url", + "retentionPolicy", + "path", + "id", + "indexType", + "dbgroup", + "dbrole", + "database" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_shard_writeValuesOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "database", + "influx_host", + "cluster", + "indexType", + "dbgroup", + "host", + "walPath", + "dbgroup_id", + "id", + "engine", + "dbrole", + "influx_port", + "retentionPolicy", + "url", + "path" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_WALCompactionTimeMs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "indexType", + "database", + "engine", + "path", + "dbgroup", + "influx_port", + "retentionPolicy", + "cluster", + "influx_host", + "dbrole", + "id", + "host", + "url", + "walPath", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_cacheAgeMs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "url", + "walPath", + "engine", + "indexType", + "database", + "retentionPolicy", + "dbgroup", + "influx_host", + "cluster", + "host", + "id", + "path", + "dbrole", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_cachedBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "id", + "database", + "engine", + "influx_port", + "dbgroup", + "url", + "path", + "walPath", + "influx_host", + "cluster", + "dbrole", + "host", + "dbgroup_id", + "retentionPolicy", + "indexType" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_diskBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "walPath", + "database", + "dbgroup", + "influx_port", + "path", + "id", + "dbrole", + "host", + "url", + "cluster", + "indexType", + "retentionPolicy", + "engine", + "dbgroup_id", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_memBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "retentionPolicy", + "dbgroup_id", + "dbrole", + "host", + "indexType", + "walPath", + "path", + "id", + "cluster", + "influx_port", + "influx_host", + "database", + "dbgroup", + "engine", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_snapshotCount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "retentionPolicy", + "indexType", + "cluster", + "dbrole", + "dbgroup", + "engine", + "influx_port", + "path", + "database", + "host", + "influx_host", + "dbgroup_id", + "url", + "id", + "walPath" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_writeDropped", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "retentionPolicy", + "host", + "cluster", + "database", + "dbgroup_id", + "url", + "walPath", + "id", + "influx_host", + "dbrole", + "dbgroup", + "influx_port", + "path", + "engine", + "indexType" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_writeErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "walPath", + "id", + "influx_host", + "host", + "dbgroup_id", + "dbgroup", + "database", + "path", + "url", + "influx_port", + "indexType", + "engine", + "cluster", + "retentionPolicy" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_cache_writeOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "path", + "indexType", + "walPath", + "engine", + "influx_port", + "database", + "dbrole", + "retentionPolicy", + "dbgroup_id", + "url", + "influx_host", + "id", + "host", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_cacheCompactionDuration", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "influx_port", + "walPath", + "path", + "indexType", + "database", + "dbgroup_id", + "engine", + "retentionPolicy", + "dbgroup", + "cluster", + "id", + "influx_host", + "host", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_cacheCompactionErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "indexType", + "path", + "influx_host", + "dbrole", + "dbgroup_id", + "url", + "retentionPolicy", + "engine", + "cluster", + "walPath", + "dbgroup", + "id", + "host", + "database", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_cacheCompactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "cluster", + "walPath", + "indexType", + "engine", + "dbgroup", + "database", + "host", + "id", + "influx_port", + "dbgroup_id", + "influx_host", + "retentionPolicy", + "dbrole", + "path" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_cacheCompactionsActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "cluster", + "dbgroup", + "database", + "dbrole", + "walPath", + "influx_port", + "id", + "indexType", + "influx_host", + "host", + "engine", + "path", + "retentionPolicy", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmFullCompactionDuration", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "engine", + "url", + "database", + "dbrole", + "influx_host", + "retentionPolicy", + "host", + "path", + "indexType", + "id", + "dbgroup", + "influx_port", + "walPath", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmFullCompactionErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "engine", + "host", + "indexType", + "dbrole", + "cluster", + "database", + "id", + "path", + "influx_port", + "dbgroup", + "retentionPolicy", + "dbgroup_id", + "url", + "walPath", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmFullCompactionQueue", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "retentionPolicy", + "cluster", + "id", + "url", + "path", + "influx_host", + "engine", + "influx_port", + "dbrole", + "host", + "dbgroup_id", + "indexType", + "dbgroup", + "database", + "walPath" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmFullCompactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "indexType", + "dbrole", + "retentionPolicy", + "url", + "id", + "influx_host", + "dbgroup_id", + "dbgroup", + "cluster", + "engine", + "walPath", + "database", + "path", + "influx_port", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmFullCompactionsActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "engine", + "dbgroup", + "cluster", + "dbgroup_id", + "host", + "path", + "url", + "indexType", + "dbrole", + "influx_host", + "influx_port", + "retentionPolicy", + "walPath", + "database", + "id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel1CompactionDuration", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "retentionPolicy", + "url", + "indexType", + "id", + "database", + "cluster", + "walPath", + "dbgroup", + "dbgroup_id", + "host", + "influx_host", + "influx_port", + "path", + "engine", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel1CompactionErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "host", + "walPath", + "indexType", + "id", + "influx_port", + "cluster", + "retentionPolicy", + "path", + "influx_host", + "engine", + "dbrole", + "database", + "dbgroup_id", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel1CompactionQueue", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "dbgroup", + "dbrole", + "id", + "indexType", + "host", + "path", + "engine", + "influx_host", + "retentionPolicy", + "dbgroup_id", + "influx_port", + "walPath", + "database", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel1Compactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "indexType", + "url", + "influx_port", + "host", + "dbgroup", + "path", + "retentionPolicy", + "dbrole", + "walPath", + "dbgroup_id", + "influx_host", + "engine", + "cluster", + "id", + "database" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel1CompactionsActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "engine", + "url", + "influx_port", + "retentionPolicy", + "database", + "dbgroup", + "dbgroup_id", + "indexType", + "id", + "cluster", + "influx_host", + "path", + "host", + "walPath" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel2CompactionDuration", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "walPath", + "dbgroup_id", + "indexType", + "retentionPolicy", + "dbrole", + "database", + "url", + "id", + "influx_port", + "path", + "influx_host", + "cluster", + "engine", + "dbgroup", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel2CompactionErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "engine", + "influx_port", + "dbrole", + "database", + "host", + "walPath", + "id", + "influx_host", + "dbgroup_id", + "path", + "retentionPolicy", + "indexType", + "cluster", + "url", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel2CompactionQueue", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "indexType", + "influx_host", + "dbgroup", + "influx_port", + "path", + "engine", + "dbrole", + "walPath", + "dbgroup_id", + "host", + "retentionPolicy", + "url", + "database", + "cluster", + "id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel2Compactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "url", + "id", + "path", + "dbrole", + "dbgroup_id", + "database", + "influx_host", + "retentionPolicy", + "walPath", + "dbgroup", + "cluster", + "engine", + "influx_port", + "indexType" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel2CompactionsActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "influx_port", + "walPath", + "dbgroup_id", + "influx_host", + "id", + "engine", + "database", + "path", + "dbrole", + "host", + "cluster", + "indexType", + "dbgroup", + "retentionPolicy" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel3CompactionDuration", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "id", + "retentionPolicy", + "influx_host", + "walPath", + "engine", + "url", + "cluster", + "database", + "dbgroup_id", + "indexType", + "dbgroup", + "host", + "influx_port", + "path" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel3CompactionErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "id", + "dbrole", + "path", + "dbgroup_id", + "cluster", + "retentionPolicy", + "url", + "database", + "dbgroup", + "engine", + "walPath", + "host", + "indexType", + "influx_port", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel3CompactionQueue", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "influx_host", + "dbgroup", + "url", + "database", + "dbrole", + "id", + "influx_port", + "host", + "indexType", + "path", + "engine", + "retentionPolicy", + "walPath", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel3Compactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "id", + "walPath", + "dbgroup_id", + "engine", + "database", + "dbrole", + "retentionPolicy", + "influx_host", + "dbgroup", + "path", + "influx_port", + "indexType", + "host", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmLevel3CompactionsActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "walPath", + "path", + "database", + "engine", + "cluster", + "id", + "retentionPolicy", + "url", + "indexType", + "influx_host", + "host", + "influx_port", + "dbgroup", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmOptimizeCompactionDuration", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "influx_host", + "dbgroup", + "host", + "cluster", + "retentionPolicy", + "path", + "dbrole", + "indexType", + "url", + "id", + "database", + "engine", + "walPath", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmOptimizeCompactionErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "path", + "dbrole", + "walPath", + "influx_host", + "cluster", + "dbgroup_id", + "indexType", + "url", + "id", + "influx_port", + "host", + "database", + "engine", + "retentionPolicy" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmOptimizeCompactionQueue", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbrole", + "retentionPolicy", + "cluster", + "dbgroup", + "indexType", + "influx_host", + "engine", + "path", + "database", + "host", + "url", + "id", + "walPath", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmOptimizeCompactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "indexType", + "dbgroup", + "dbgroup_id", + "engine", + "id", + "retentionPolicy", + "walPath", + "path", + "database", + "dbrole", + "influx_host", + "url", + "cluster", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_engine_tsmOptimizeCompactionsActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "engine", + "dbrole", + "influx_port", + "id", + "walPath", + "indexType", + "dbgroup", + "dbgroup_id", + "cluster", + "influx_host", + "host", + "url", + "retentionPolicy", + "path", + "database" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_filestore_diskBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "indexType", + "influx_port", + "dbgroup_id", + "engine", + "host", + "walPath", + "dbgroup", + "database", + "dbrole", + "id", + "path", + "influx_host", + "cluster", + "retentionPolicy", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_filestore_numFiles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "database", + "walPath", + "id", + "dbrole", + "path", + "url", + "influx_port", + "cluster", + "indexType", + "engine", + "dbgroup_id", + "host", + "dbgroup", + "influx_host", + "retentionPolicy" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_wal_currentSegmentDiskBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "database", + "dbrole", + "influx_host", + "dbgroup_id", + "cluster", + "url", + "host", + "retentionPolicy", + "dbgroup", + "walPath", + "path", + "engine", + "indexType", + "id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_wal_oldSegmentsDiskBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "retentionPolicy", + "influx_host", + "dbgroup_id", + "cluster", + "dbrole", + "path", + "walPath", + "influx_port", + "id", + "database", + "host", + "indexType", + "engine", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_wal_writeErr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "cluster", + "id", + "walPath", + "path", + "host", + "retentionPolicy", + "engine", + "indexType", + "database", + "dbrole", + "influx_port", + "url", + "dbgroup_id", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_tsm1_wal_writeOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "walPath", + "indexType", + "dbgroup_id", + "host", + "dbgroup", + "retentionPolicy", + "engine", + "influx_port", + "database", + "influx_host", + "id", + "path", + "url", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "walPath", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "indexType", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "retentionPolicy", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_database_numMeasurements", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "host", + "database", + "dbrole", + "cluster", + "dbgroup", + "url", + "influx_port", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_database_numSeries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "host", + "dbrole", + "influx_host", + "dbgroup", + "influx_port", + "cluster", + "database", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "database", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_cq_queryFail", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "host", + "dbrole", + "influx_host", + "influx_port", + "url", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_cq_queryOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "influx_host", + "cluster", + "dbrole", + "host", + "influx_port", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_queryExecutor_queriesActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup_id", + "dbrole", + "dbgroup", + "url", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_queryExecutor_queriesExecuted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "dbgroup_id", + "dbrole", + "influx_port", + "url", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_queryExecutor_queriesFinished", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "cluster", + "dbgroup", + "dbgroup_id", + "host", + "influx_host", + "influx_port", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_queryExecutor_queryDurationNs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "dbgroup_id", + "host", + "influx_host", + "dbgroup", + "cluster", + "dbrole", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_queryExecutor_recoveredPanics", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_subscriber_createFailures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup_id", + "dbrole", + "influx_host", + "url", + "host", + "influx_port", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_subscriber_pointsWritten", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "influx_host", + "influx_port", + "url", + "cluster", + "dbgroup", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_subscriber_writeFailures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "url", + "dbgroup", + "influx_port", + "cluster", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_pointReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbrole", + "cluster", + "url", + "host", + "influx_host", + "influx_port", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_pointReqLocal", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "influx_host", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_req", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbrole", + "influx_port", + "url", + "dbgroup", + "host", + "influx_host", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_subWriteDrop", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_subWriteOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "url", + "cluster", + "dbgroup_id", + "host", + "influx_host", + "dbgroup", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_writeDrop", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "dbgroup", + "dbgroup_id", + "dbrole", + "influx_host", + "cluster", + "host", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_writeError", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "influx_port", + "url", + "dbgroup_id", + "dbrole", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_writeOk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "host", + "influx_host", + "influx_port", + "url", + "dbgroup_id", + "dbrole", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_write_writeTimeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "cluster", + "influx_host", + "dbrole", + "host", + "dbgroup", + "dbgroup_id", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_n_shards", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_active", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_available", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_available_percent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_buffered", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_cached", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_commit_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_committed_as", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_dirty", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_high_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_high_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_huge_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_huge_pages_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_huge_pages_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_inactive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_low_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_low_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_mapped", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_page_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_shared", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_slab", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_swap_cached", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_swap_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_swap_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_used_percent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_vmalloc_chunk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_vmalloc_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_vmalloc_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_wired", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_write_back", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mem_write_back_tmp", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "_database", + "is_diff_metric": false, + "is_active": true, + "source_name": "database", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "url", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "path", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "walPath", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "retentionPolicy", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "indexType", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbrole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "db_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "database", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.Group1" + }, + { + "table_name": "Group2", + "table_desc": "\u5206\u7ec42", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "http_response_http_response_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "dbrole", + "cluster", + "host", + "server", + "result", + "dbgroup", + "method", + "influx_port", + "status_code", + "dbgroup_id", + "result_type" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "status_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "result", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "server", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "method", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "result_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "http_response_response_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "result_type", + "dbgroup_id", + "dbrole", + "method", + "result", + "influx_port", + "status_code", + "influx_host", + "server", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "server", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "status_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "method", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "result_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "result", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "http_response_result_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbrole", + "influx_port", + "dbgroup_id", + "host", + "result", + "status_code", + "method", + "influx_host", + "server", + "result_type" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "result", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "status_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "result_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "server", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "method", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "_server", + "is_diff_metric": false, + "is_active": true, + "source_name": "server", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbrole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "result", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "method", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "status_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "result_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "db_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "server", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.Group2" + }, + { + "table_name": "Group3", + "table_desc": "\u5206\u7ec43", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "disk_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "fstype", + "dbgroup", + "influx_port", + "influx_host", + "device", + "mode", + "dbgroup_id", + "host", + "path", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "device", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "mode", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "fstype", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "disk_inodes_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "dbgroup", + "fstype", + "influx_port", + "dbrole", + "device", + "path", + "mode", + "dbgroup_id", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "device", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "fstype", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mode", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "disk_inodes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "device", + "dbgroup", + "influx_host", + "fstype", + "path", + "dbgroup_id", + "mode", + "dbrole", + "host", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "fstype", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "device", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mode", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "disk_inodes_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbgroup", + "mode", + "dbrole", + "device", + "cluster", + "fstype", + "path", + "influx_host", + "influx_port", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "mode", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "fstype", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "device", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "disk_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "device", + "host", + "path", + "dbgroup", + "influx_host", + "influx_port", + "dbrole", + "mode", + "dbgroup_id", + "fstype", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "device", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "fstype", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mode", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "disk_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "host", + "dbgroup", + "device", + "cluster", + "dbrole", + "fstype", + "influx_port", + "dbgroup_id", + "path", + "mode" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "fstype", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "mode", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "device", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "disk_used_percent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "cluster", + "path", + "device", + "fstype", + "host", + "dbrole", + "influx_host", + "mode", + "dbgroup_id", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "fstype", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "device", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mode", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbrole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "fstype", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "device", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "path", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "db_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.Group3" + }, + { + "table_name": "Group4", + "table_desc": "\u5206\u7ec44", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "exe", + "cluster", + "dbgroup", + "influx_host", + "dbrole", + "dbgroup_id", + "process_name", + "user", + "influx_port", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_guest", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "user", + "dbrole", + "process_name", + "pid", + "cluster", + "exe", + "influx_port", + "dbgroup", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_guest_nice", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "pid", + "dbgroup_id", + "host", + "influx_port", + "user", + "exe", + "process_name", + "dbgroup", + "dbrole", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_idle", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "user", + "dbgroup", + "influx_host", + "influx_port", + "dbrole", + "host", + "cluster", + "process_name", + "dbgroup_id", + "exe", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_iowait", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "dbgroup_id", + "pid", + "exe", + "user", + "dbgroup", + "host", + "dbrole", + "process_name", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_irq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "process_name", + "dbgroup_id", + "pid", + "dbrole", + "influx_host", + "user", + "exe", + "host", + "influx_port", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_nice", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "exe", + "cluster", + "influx_host", + "influx_port", + "dbrole", + "process_name", + "user", + "dbgroup", + "dbgroup_id", + "host", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_soft_irq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "host", + "dbrole", + "influx_host", + "pid", + "user", + "exe", + "dbgroup_id", + "process_name", + "cluster", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_steal", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "exe", + "influx_port", + "influx_host", + "process_name", + "user", + "cluster", + "host", + "pid", + "dbrole", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_stolen", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "pid", + "dbrole", + "host", + "influx_port", + "process_name", + "exe", + "influx_host", + "user", + "dbgroup", + "dbgroup_id", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_system", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "process_name", + "dbgroup_id", + "user", + "cluster", + "dbgroup", + "dbrole", + "exe", + "host", + "pid", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_time_user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "process_name", + "cluster", + "dbrole", + "exe", + "dbgroup_id", + "user", + "influx_port", + "host", + "influx_host", + "pid", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_cpu_usage", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "influx_port", + "cluster", + "dbgroup_id", + "dbrole", + "host", + "pid", + "user", + "influx_host", + "exe", + "process_name" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_involuntary_context_switches", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "pid", + "influx_port", + "exe", + "host", + "dbgroup_id", + "influx_host", + "cluster", + "user", + "dbgroup", + "process_name" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_memory_data", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "dbgroup_id", + "process_name", + "user", + "dbgroup", + "dbrole", + "host", + "pid", + "cluster", + "exe", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_memory_locked", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "process_name", + "user", + "exe", + "pid", + "cluster", + "dbgroup", + "dbrole", + "host", + "influx_host", + "influx_port", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_memory_rss", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "process_name", + "cluster", + "dbgroup_id", + "dbrole", + "pid", + "user", + "exe", + "host", + "dbgroup", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_memory_stack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "user", + "pid", + "process_name", + "host", + "exe", + "cluster", + "dbgroup", + "influx_port", + "dbrole", + "dbgroup_id", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_memory_swap", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "user", + "exe", + "pid", + "cluster", + "process_name", + "dbgroup_id", + "influx_host", + "dbgroup", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_memory_vms", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "dbgroup", + "user", + "exe", + "pid", + "dbgroup_id", + "process_name", + "cluster", + "host", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_nice_priority", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "exe", + "influx_port", + "dbgroup", + "pid", + "process_name", + "dbgroup_id", + "host", + "influx_host", + "user", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_num_fds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbgroup", + "influx_port", + "user", + "cluster", + "dbrole", + "host", + "influx_host", + "exe", + "pid", + "process_name" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_num_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "dbgroup_id", + "host", + "pid", + "cluster", + "dbrole", + "dbgroup", + "exe", + "process_name", + "influx_host", + "user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_read_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "exe", + "dbgroup_id", + "influx_host", + "cluster", + "dbgroup", + "influx_port", + "pid", + "process_name", + "user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_read_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "pid", + "dbrole", + "exe", + "process_name", + "cluster", + "dbgroup_id", + "host", + "influx_port", + "user", + "dbgroup", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_realtime_priority", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "cluster", + "user", + "host", + "dbrole", + "exe", + "dbgroup", + "influx_port", + "pid", + "process_name", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_cpu_time_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "process_name", + "dbgroup_id", + "exe", + "influx_port", + "user", + "influx_host", + "host", + "pid", + "cluster", + "dbrole", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_cpu_time_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "exe", + "user", + "influx_port", + "process_name", + "dbgroup", + "host", + "cluster", + "dbgroup_id", + "dbrole", + "influx_host", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_file_locks_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "user", + "dbgroup", + "dbgroup_id", + "influx_port", + "cluster", + "dbrole", + "exe", + "process_name", + "influx_host", + "pid", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_file_locks_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "exe", + "dbgroup", + "pid", + "dbrole", + "influx_host", + "dbgroup_id", + "host", + "user", + "cluster", + "influx_port", + "process_name" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_data_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "influx_host", + "influx_port", + "process_name", + "cluster", + "dbgroup", + "dbgroup_id", + "pid", + "exe", + "host", + "user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_data_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "cluster", + "process_name", + "host", + "influx_host", + "influx_port", + "pid", + "user", + "dbrole", + "exe", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_locked_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "user", + "dbgroup", + "influx_port", + "exe", + "pid", + "dbgroup_id", + "dbrole", + "process_name", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_locked_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "user", + "process_name", + "host", + "cluster", + "dbrole", + "influx_host", + "dbgroup_id", + "exe", + "influx_port", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_rss_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbrole", + "exe", + "pid", + "user", + "influx_port", + "dbgroup_id", + "process_name", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_rss_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "user", + "dbgroup_id", + "influx_host", + "pid", + "exe", + "host", + "influx_port", + "dbrole", + "dbgroup", + "process_name", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_stack_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "process_name", + "user", + "influx_host", + "pid", + "dbrole", + "dbgroup_id", + "host", + "cluster", + "exe", + "influx_port", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_stack_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "exe", + "host", + "influx_port", + "cluster", + "dbgroup", + "influx_host", + "process_name", + "dbrole", + "pid", + "dbgroup_id", + "user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_vms_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "process_name", + "influx_host", + "user", + "cluster", + "dbgroup", + "exe", + "pid", + "dbrole", + "influx_port", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_memory_vms_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "cluster", + "dbgroup_id", + "influx_port", + "user", + "pid", + "dbrole", + "exe", + "dbgroup", + "process_name", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_nice_priority_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "process_name", + "dbrole", + "host", + "influx_host", + "dbgroup_id", + "user", + "dbgroup", + "cluster", + "exe", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_nice_priority_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "user", + "exe", + "cluster", + "dbgroup_id", + "dbgroup", + "process_name", + "dbrole", + "host", + "influx_host", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_num_fds_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "exe", + "pid", + "influx_port", + "host", + "influx_host", + "dbgroup", + "user", + "cluster", + "dbgroup_id", + "process_name" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_num_fds_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "process_name", + "dbgroup", + "exe", + "influx_port", + "dbrole", + "host", + "influx_host", + "dbgroup_id", + "user", + "cluster", + "pid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_realtime_priority_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "exe", + "pid", + "dbgroup_id", + "host", + "process_name", + "user", + "dbgroup", + "cluster", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_realtime_priority_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "process_name", + "pid", + "exe", + "dbgroup_id", + "dbrole", + "influx_host", + "cluster", + "dbgroup", + "host", + "influx_port", + "user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_signals_pending_hard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "pid", + "process_name", + "cluster", + "host", + "dbgroup_id", + "exe", + "influx_host", + "dbgroup", + "dbrole", + "user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_rlimit_signals_pending_soft", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "user", + "process_name", + "dbgroup", + "exe", + "dbrole", + "cluster", + "influx_host", + "influx_port", + "host", + "pid", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_signals_pending", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "user", + "influx_port", + "host", + "influx_host", + "dbgroup", + "dbrole", + "exe", + "pid", + "process_name", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_voluntary_context_switches", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "process_name", + "user", + "dbgroup", + "influx_port", + "influx_host", + "pid", + "exe", + "dbgroup_id", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_write_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "user", + "influx_host", + "exe", + "host", + "dbgroup_id", + "dbgroup", + "pid", + "cluster", + "influx_port", + "process_name", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_write_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "user", + "dbrole", + "influx_host", + "host", + "exe", + "pid", + "cluster", + "process_name", + "influx_port", + "dbgroup", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "process_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_io_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "name", + "cluster", + "influx_port", + "host", + "influx_host", + "dbgroup", + "dbgroup_id", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_iops_in_progress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup_id", + "dbrole", + "influx_port", + "dbgroup", + "influx_host", + "host", + "name" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_read_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "host", + "influx_host", + "influx_port", + "name", + "dbgroup", + "dbrole", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_read_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "name", + "dbgroup", + "dbgroup_id", + "cluster", + "dbrole", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup_id", + "dbrole", + "influx_host", + "name", + "dbgroup", + "host", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_weighted_io_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "host", + "influx_host", + "name", + "dbgroup_id", + "dbrole", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_write_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "name", + "dbgroup", + "dbgroup_id", + "cluster", + "dbrole", + "host", + "influx_host", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_write_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "influx_port", + "name", + "dbgroup_id", + "dbrole", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "diskio_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "host", + "dbgroup_id", + "dbrole", + "influx_host", + "influx_port", + "name" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "__name", + "is_diff_metric": false, + "is_active": true, + "source_name": "name", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "exe", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbrole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "process_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "pid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "db_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.Group4" + }, + { + "table_name": "Group5", + "table_desc": "\u5206\u7ec45", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_lookup_pid_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "influx_host", + "pid_finder", + "exe", + "host", + "result", + "cluster", + "dbrole", + "dbgroup", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "result", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid_finder", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_lookup_result_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "pid_finder", + "result", + "host", + "cluster", + "dbrole", + "dbgroup", + "dbgroup_id", + "influx_host", + "influx_port", + "exe" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "result", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pid_finder", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "procstat_lookup_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "result", + "dbgroup_id", + "dbrole", + "exe", + "host", + "influx_host", + "cluster", + "pid_finder", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pid_finder", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "result", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "exe", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "pid_finder", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "exe", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "result", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbrole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "db_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.Group5" + }, + { + "table_name": "Group6", + "table_desc": "\u5206\u7ec46", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_authFail", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "bind", + "dbgroup_id", + "influx_host", + "influx_port", + "url", + "dbrole", + "cluster", + "dbgroup", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_clientError", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "influx_host", + "host", + "bind", + "url", + "influx_port", + "cluster", + "dbrole", + "dbgroup_id" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_fluxQueryReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "cluster", + "influx_host", + "dbgroup_id", + "influx_port", + "bind", + "dbgroup", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_fluxQueryReqDurationNs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "influx_host", + "cluster", + "url", + "bind", + "dbgroup", + "influx_port", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_pingReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "dbgroup", + "dbrole", + "host", + "influx_host", + "influx_port", + "cluster", + "url", + "bind" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_pointsWrittenDropped", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "host", + "influx_port", + "bind", + "url", + "influx_host", + "dbgroup", + "cluster", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_pointsWrittenFail", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "cluster", + "dbgroup_id", + "url", + "influx_port", + "dbgroup", + "bind", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_pointsWrittenOK", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "bind", + "cluster", + "url", + "host", + "dbgroup", + "influx_port", + "dbrole", + "dbgroup_id", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_promReadReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "host", + "bind", + "url", + "dbgroup_id", + "dbgroup", + "influx_host", + "influx_port", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_promWriteReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "bind", + "dbgroup_id", + "host", + "dbgroup", + "url", + "influx_host", + "cluster", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_queryReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "url", + "bind", + "dbgroup", + "dbgroup_id", + "host", + "cluster", + "dbrole", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_queryReqDurationNs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "cluster", + "bind", + "dbgroup", + "dbrole", + "url", + "influx_port", + "dbgroup_id", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_queryRespBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_host", + "dbgroup_id", + "url", + "bind", + "cluster", + "dbgroup", + "dbrole", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_recoveredPanics", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "dbgroup_id", + "dbrole", + "url", + "bind", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_req", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "dbgroup_id", + "url", + "influx_host", + "cluster", + "dbrole", + "influx_port", + "host", + "bind" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_reqActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "bind", + "dbgroup_id", + "dbgroup", + "dbrole", + "influx_port", + "cluster", + "url", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_reqDurationNs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "influx_port", + "bind", + "dbgroup", + "dbrole", + "dbgroup_id", + "url", + "influx_host", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_serverError", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup", + "bind", + "influx_host", + "cluster", + "dbrole", + "influx_port", + "dbgroup_id", + "host", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_statusReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "host", + "cluster", + "dbgroup", + "influx_port", + "influx_host", + "bind", + "dbgroup_id", + "url", + "dbrole" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_valuesWrittenOK", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "url", + "influx_port", + "dbgroup_id", + "host", + "dbrole", + "cluster", + "dbgroup", + "influx_host", + "bind" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_writeReq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "bind", + "cluster", + "dbgroup", + "influx_host", + "dbgroup_id", + "dbrole", + "influx_port", + "url", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_writeReqActive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "influx_port", + "influx_host", + "cluster", + "bind", + "dbrole", + "dbgroup", + "host", + "url" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_writeReqBytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbgroup", + "dbgroup_id", + "bind", + "host", + "influx_host", + "dbrole", + "url", + "influx_port" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "influxdb_httpd_writeReqDurationNs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "dbgroup_id", + "influx_port", + "cluster", + "influx_host", + "bind", + "dbgroup", + "url", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "url", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bind", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "bind", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "url", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbrole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "db_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.Group6" + }, + { + "table_name": "Group7", + "table_desc": "\u5206\u7ec47", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_guest", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "dbgroup", + "dbgroup_id", + "influx_host", + "influx_port", + "cluster", + "cpu" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_guest_nice", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cluster", + "dbrole", + "influx_port", + "cpu", + "dbgroup", + "dbgroup_id", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_idle", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "cluster", + "cpu", + "dbgroup", + "host", + "dbgroup_id", + "dbrole", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_iowait", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_host", + "dbgroup", + "dbgroup_id", + "dbrole", + "influx_port", + "cluster", + "cpu", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_irq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "influx_host", + "influx_port", + "cluster", + "cpu", + "dbgroup", + "dbrole", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_nice", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cpu", + "dbgroup_id", + "dbrole", + "influx_host", + "influx_port", + "cluster", + "dbgroup", + "host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_softirq", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbrole", + "host", + "influx_host", + "dbgroup", + "dbgroup_id", + "influx_port", + "cluster", + "cpu" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_steal", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "cpu", + "dbgroup", + "influx_host", + "influx_port", + "dbgroup_id", + "dbrole", + "host", + "cluster" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_system", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "influx_port", + "cluster", + "cpu", + "dbgroup", + "dbgroup_id", + "dbrole", + "host", + "influx_host" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "cpu_usage_user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "dbgroup_id", + "host", + "influx_host", + "influx_port", + "cpu", + "dbrole", + "cluster", + "dbgroup" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "db_group", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "influx_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cpu", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbgroup", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "dbrole", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbrole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "dbgroup_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "influx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "cpu", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "db_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_influxdb_bkpull.Group7" + } + ], + "os_type_list": [ + "linux", + "windows", + "linux_aarch64" + ] + } + }, + "db_type": "influxdb", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_influxdb_bkpull" +} \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/dbm_kafka_bkpull.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_kafka_bkpull.json new file mode 100644 index 0000000000..205f570f46 --- /dev/null +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_kafka_bkpull.json @@ -0,0 +1,30872 @@ +{ + "bk_biz_id": 0, + "name": "dbm_kafka_bkpull", + "details": { + "name": "dbm_kafka_bkpull", + "collect_type": "Pushgateway", + "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], + "params": { + "plugin": { + "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { + "app": "app", + "appid": "appid", + "instance": "instance", + "cluster_name": "cluster_name", + "cluster_type": "cluster_type", + "instance_host": "instance_host", + "instance_port": "instance_port", + "instance_role": "instance_role", + "cluster_domain": "cluster_domain" + } + }, + "collector": { + "period": 60, + "password": false, + "bk_username": "", + "metrics_url": "http://localhost:7071" + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" + }, + "plugin_info": { + "plugin_id": "dbm_kafka_bkpull", + "plugin_type": "Pushgateway", + "metric_json": [ + { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [], + "rule_list": [], + "table_id": "pushgateway_dbm_kafka_bkpull.group_default" + }, + { + "table_name": "group1", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerchannelmanager_requestrateandqueuetimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "broker_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerchannelmanager_requestrateandqueuetimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "broker_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerchannelmanager_queuesize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "broker_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_objects_pending_finalization", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_bytes_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "area", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_bytes_committed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "area", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_bytes_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "area", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_bytes_init", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "area", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_bytes_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_bytes_committed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_bytes_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_bytes_init", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_collection_used_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_collection_committed_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_collection_max_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_collection_init_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_transaction_transactionmarkerchannelmanager_unknowndestinationqueuesize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_topicuncleanleaderelectionenablerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleanermanager_max_dirty_percent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_producemessageconversions_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicafetchermanager_minfetchrate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_invalidoffsetorsequencerecords_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_cluster_partition_replicascount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_totaltimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_topicdeletionrateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_globalpartitioncount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_requestbytes_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_kafkaserver_yammer_metrics_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_sessionexpirelistener_zookeeperexpires_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_group_groupmetadatamanager_numgroupsstable", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_messageconversionstimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_leaderandisrresponsereceivedrateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_partitionreassignmentrateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_delayedoperationpurgatory_numdelayedoperations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "delayedOperation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_throttletimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleanermanager_uncleanable_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "logDirectory", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_socketserver_networkprocessoravgidlepercent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleaner_max_clean_time_secs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_uncleanleaderelections_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_socketserver_memorypoolavailable", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllereventmanager_eventqueuesize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_fetchsessioncache_numincrementalfetchsessions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_topicstodeletecount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_messagesin_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_controllershutdownrateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_logdirchangerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_cluster_partition_insyncreplicascount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_bytesout_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_processor_idlepercent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "networkProcessor", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicafetchermanager_maxlag", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_remotetimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicaalterlogdirsmanager_maxlag", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_underminisrpartitioncount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_group_groupmetadatamanager_numoffsets", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_utils_throttler_cleaner_io_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_topicchangerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_fetchsessioncache_incrementalfetchsessionevictions_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_offlinereplicacount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_group_groupmetadatamanager_numgroupsdead", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_sessionexpirelistener_zookeeperdisconnects_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_activecontrollercount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_acceptor_acceptorblockedpercent_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "listener", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_leaderelectionrateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_controlledshutdownrateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_totalfetchrequests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_preferredreplicaimbalancecount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_zookeeperclientmetrics_zookeeperrequestlatencyms_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_uncleanleaderelectionenablerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_topicdeletionrateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_controlledshutdownrateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_invalidmagicnumberrecords_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_failedisrupdates_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_offlinepartitionscount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_invalidmessagecrcrecords_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleanermanager_time_since_last_run_ms", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_totaltimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_requestqueuetimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_responsequeuetimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_uncleanleaderelectionenablerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_messageconversionstimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_errors_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "error", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_kafkaserver_brokerstate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_controllerchangerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleaner_max_buffer_utilization_percent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_globaltopiccount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_failedproducerequests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleanermanager_uncleanable_partitions_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "logDirectory", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_failedfetchrequests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_fetchsessioncache_numincrementalfetchpartitionscached", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_sessionexpirelistener_zookeepersaslauthentications_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_zookeeperclientmetrics_zookeeperrequestlatencyms", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_log_logendoffset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_requestbytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_fetcherstats_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_replicasineligibletodeletecount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleaner_deadthreadcount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_temporarymemorybytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_controllershutdownrateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_group_groupmetadatamanager_numgroupscompletingrebalance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_leaderandisrresponsereceivedrateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicaalterlogdirsmanager_minfetchrate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_cluster_partition_laststableoffsetlag", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_totalproducerequests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_underreplicatedpartitions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_localtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllereventmanager_eventqueuetimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_responsequeuetimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_socketserver_memorypoolused", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicaalterlogdirsmanager_deadthreadcount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_socketserver_controlplaneexpiredconnectionskilledcount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_cluster_partition_underminisr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleaner_cleaner_recopy_percent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_delayedoperationpurgatory_purgatorysize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "delayedOperation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_throttletimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_listpartitionreassignmentrateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_transaction_transactionmarkerchannelmanager_logappendretryqueuesize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_cluster_partition_underreplicated", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_replicationbytesout_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_autoleaderbalancerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_listpartitionreassignmentrateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicafetchermanager_failedpartitionscount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_partitionreassignmentrateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_isrchangerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_socketserver_expiredconnectionskilledcount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_delayedfetchmetrics_expires_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_partitioncount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_atminisrpartitioncount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logmanager_offlinelogdirectorycount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_controllerstate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_fetcherstats_bytes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "version", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicafetchermanager_deadthreadcount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestchannel_responsequeuesize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "processor", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logmanager_logdirectoryoffline", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "logDirectory", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_sessionexpirelistener_zookeepersyncconnects_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_logdirchangerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_cluster_partition_atminisr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_responsesendtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_replicationbytesin_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_kafkarequesthandlerpool_requesthandleravgidlepercent_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_nokeycompactedtopicrecords_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_fetcherlagmetrics_consumerlag", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicaalterlogdirsmanager_failedpartitionscount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "clientId", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_remotetimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_manualleaderbalancerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_sessionexpirelistener_zookeeperauthfailures_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_log_numlogsegments", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_temporarymemorybytes_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_localtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_sessionexpirelistener_zookeeperreadonlyconnects_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_log_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_controllerchangerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_group_groupmetadatamanager_numgroupsempty", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_group_groupmetadatamanager_numgroups", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_isrchangerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_topicuncleanleaderelectionenablerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_leaderelectionrateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_autoleaderbalancerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_topicchangerateandtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_bytesrejected_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestchannel_requestqueuesize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_isrexpands_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_logcleaner_max_compaction_delay_secs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_leadercount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_replicamanager_isrshrinks_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_responsesendtimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_network_requestmetrics_requestqueuetimems", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "quantile", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "request", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllereventmanager_eventqueuetimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_coordinator_group_groupmetadatamanager_numgroupspreparingrebalance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_replicastodeletecount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_kafkarequesthandlerpool_requesthandleravgidle_percent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_log_log_logstartoffset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_bytesin_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerstats_manualleaderbalancerateandtimems_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_controllerchannelmanager_totalqueuesize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_controller_kafkacontroller_topicsineligibletodeletecount", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "kafka_server_brokertopicmetrics_fetchmessageconversions_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_scrape_duration_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_scrape_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_scrape_cached_beans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_buffer_pool_used_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_buffer_pool_capacity_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_buffer_pool_used_buffers", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_config_reload_failure_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_config_reload_failure_created", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_exporter_build_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "version", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "runtime", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "version", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "vendor", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_gc_collection_seconds_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "gc", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_gc_collection_seconds_sum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "gc", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_threads_current", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_threads_daemon", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_threads_peak", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_threads_started_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_threads_deadlocked", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_threads_deadlocked_monitor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_threads_state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_classes_currently_loaded", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_classes_loaded_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_classes_unloaded_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_config_reload_success_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jmx_config_reload_success_created", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_allocated_bytes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "jvm_memory_pool_allocated_bytes_created", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "pool", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "__name", + "is_diff_metric": false, + "is_active": true, + "source_name": "name", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "area", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "pool", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "quantile", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "clientId", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "partition", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "topic", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "request", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "delayedOperation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "logDirectory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "networkProcessor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "listener", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "clientId_ReplicaFetcherThread_75_1002_brokerHost", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "brokerPort", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "fetcherType", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "clientId_ReplicaFetcherThread_15_1002_brokerHost", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "processor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "runtime", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "vendor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "gc", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "broker_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "pushgateway_dbm_kafka_bkpull.group1" + } + ], + "os_type_list": [ + "linux", + "windows", + "linux_aarch64" + ] + } + }, + "db_type": "kafka", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_kafka_bkpull" +} \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/kafka.dbm_kafka_exporter.zookeeper.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_kafka_exporter.json similarity index 83% rename from dbm-ui/backend/db_monitor/tpls/collect/kafka.dbm_kafka_exporter.zookeeper.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_kafka_exporter.json index 91681f9812..9b684afdc1 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/kafka.dbm_kafka_exporter.zookeeper.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_kafka_exporter.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_kafka_exporter", "name": "dbm_kafka_exporter", - "db_type": "kafka", - "short_name": "zookeeper", "details": { "name": "dbm_kafka_exporter", + "collect_type": "Exporter", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "--kafka.server": "{{ target.host.bk_host_innerip }}:{{ target.process[\"java\"].bind_info[0].port }}", @@ -36,1366 +37,1459 @@ }, "plugin_info": { "plugin_id": "dbm_kafka_exporter", + "plugin_type": "Exporter", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [], - "table_id": "exporter_dbm_kafka_exporter.group_default", "rule_list": [], - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group_default" + "table_id": "exporter_dbm_kafka_exporter.group_default" }, { + "table_name": "Group1", + "table_desc": "\u5206\u7ec41", "fields": [ { - "name": "kafka_consumergroup_current_offset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_consumergroup_current_offset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_consumergroup_current_offset_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_consumergroup_current_offset_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_consumergroup_lag", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_consumergroup_lag", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_consumergroup_lag_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_consumergroup_lag_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_consumergroup_members", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_consumergroup_members", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_cgo_go_to_c_calls_calls_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_cgo_go_to_c_calls_calls_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_cycles_automatic_gc_cycles_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_cycles_automatic_gc_cycles_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_cycles_forced_gc_cycles_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_cycles_forced_gc_cycles_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_cycles_total_gc_cycles_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_cycles_total_gc_cycles_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_duration_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_allocs_by_size_bytes_total_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_allocs_by_size_bytes_total_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_allocs_by_size_bytes_total_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_allocs_by_size_bytes_total_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_allocs_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_allocs_bytes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_allocs_objects_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_allocs_objects_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_frees_by_size_bytes_total_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_frees_by_size_bytes_total_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_frees_by_size_bytes_total_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_frees_by_size_bytes_total_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_frees_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_frees_bytes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_frees_objects_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_frees_objects_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_goal_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_goal_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_objects_objects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_objects_objects", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_tiny_allocs_objects_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_tiny_allocs_objects_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_limiter_last_enabled_gc_cycle", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_limiter_last_enabled_gc_cycle", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_pauses_seconds_total_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_pauses_seconds_total_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_stack_starting_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_stack_starting_size_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_goroutines", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_goroutines", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_heap_free_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_heap_free_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_heap_objects_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_heap_objects_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_heap_released_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_heap_released_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_heap_stacks_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_heap_stacks_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_heap_unused_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_heap_unused_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_metadata_mcache_free_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_metadata_mcache_free_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_metadata_mcache_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_metadata_mcache_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_metadata_mspan_free_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_metadata_mspan_free_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_metadata_mspan_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_metadata_mspan_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_metadata_other_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_metadata_other_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_os_stacks_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_os_stacks_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_other_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_other_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_profiling_buckets_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_profiling_buckets_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memory_classes_total_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memory_classes_total_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_alloc_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_buck_hash_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_buck_hash_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_frees_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_frees_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_gc_cpu_fraction", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_gc_cpu_fraction", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_gc_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_gc_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_heap_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_heap_idle_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_idle_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_heap_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_heap_objects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_objects", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_heap_released_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_released_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_heap_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_last_gc_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_last_gc_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_lookups_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_lookups_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_mallocs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mallocs_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_mcache_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_mcache_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_mspan_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_mspan_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_next_gc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_next_gc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_other_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_other_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_stack_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_stack_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_memstats_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_sched_gomaxprocs_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_sched_gomaxprocs_threads", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_sched_goroutines_goroutines", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_sched_goroutines_goroutines", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_sched_latencies_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_sched_latencies_seconds_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "go_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_threads", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_brokers", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_brokers", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "process_virtual_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_max_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] }, { - "name": "promhttp_metric_handler_requests_in_flight", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_in_flight", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true, + "tag_list": [] } ], - "table_id": "exporter_dbm_kafka_exporter.Group1", "rule_list": [], - "table_desc": "\u5206\u7ec41", - "table_name": "Group1" + "table_id": "exporter_dbm_kafka_exporter.Group1" }, { + "table_name": "Group2", + "table_desc": "\u5206\u7ec42", "fields": [ { - "name": "kafka_exporter_build_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_exporter_build_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "version", "branch", "goversion", "revision" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "go_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "version" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "branch", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "branch", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "goversion", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "goversion", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "revision", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "revision", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_kafka_exporter.Group2", "rule_list": [], - "table_desc": "\u5206\u7ec42", - "table_name": "Group2" + "table_id": "exporter_dbm_kafka_exporter.Group2" }, { + "table_name": "Group3", + "table_desc": "\u5206\u7ec43", "fields": [ { - "name": "kafka_broker_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_broker_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "address", "id" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "address", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "address", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "id", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "id", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_kafka_exporter.Group3", "rule_list": [], - "table_desc": "\u5206\u7ec43", - "table_name": "Group3" + "table_id": "exporter_dbm_kafka_exporter.Group3" }, { + "table_name": "Group4", + "table_desc": "\u5206\u7ec44", "fields": [ { - "name": "kafka_topic_partition_current_offset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partition_current_offset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "topic", "partition" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_topic_partition_in_sync_replica", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partition_in_sync_replica", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "topic", "partition" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_topic_partition_leader", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partition_leader", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "partition", "topic" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_topic_partition_leader_is_preferred", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partition_leader_is_preferred", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "topic", "partition" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_topic_partition_oldest_offset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partition_oldest_offset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "partition", "topic" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_topic_partition_replicas", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partition_replicas", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "partition", "topic" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_topic_partition_under_replicated_partition", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partition_under_replicated_partition", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "partition", "topic" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "kafka_topic_partitions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "kafka_topic_partitions", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "topic" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "topic", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "topic", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "partition", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "partition", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_kafka_exporter.Group4", "rule_list": [], - "table_desc": "\u5206\u7ec44", - "table_name": "Group4" + "table_id": "exporter_dbm_kafka_exporter.Group4" }, { + "table_name": "Group5", + "table_desc": "\u5206\u7ec45", "fields": [ { - "name": "go_gc_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "quantile" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_allocs_by_size_bytes_total_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_allocs_by_size_bytes_total_bucket", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "le" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_heap_frees_by_size_bytes_total_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_heap_frees_by_size_bytes_total_bucket", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "le" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "go_gc_pauses_seconds_total_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_pauses_seconds_total_bucket", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "le" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "go_sched_latencies_seconds_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_sched_latencies_seconds_bucket", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "le" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "quantile", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "quantile", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "le", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "le", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_kafka_exporter.Group5", "rule_list": [], - "table_desc": "\u5206\u7ec45", - "table_name": "Group5" + "table_id": "exporter_dbm_kafka_exporter.Group5" }, { + "table_name": "Group6", + "table_desc": "\u5206\u7ec46", "fields": [ { - "name": "promhttp_metric_handler_requests_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "code" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true, + "tag_list": [] }, { - "name": "code", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "code", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_kafka_exporter.Group6", "rule_list": [], - "table_desc": "\u5206\u7ec46", - "table_name": "Group6" + "table_id": "exporter_dbm_kafka_exporter.Group6" } ], - "plugin_type": "Exporter", "os_type_list": [ "linux" ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "kafka", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_kafka_exporter" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/dbm_mysqld_exporter.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_mysqld_exporter.json new file mode 100644 index 0000000000..c2742ee4f4 --- /dev/null +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_mysqld_exporter.json @@ -0,0 +1,202386 @@ +{ + "bk_biz_id": 0, + "name": "dbm_mysqld_exporter", + "details": { + "name": "dbm_mysqld_exporter", + "collect_type": "Exporter", + "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], + "params": { + "plugin": { + "--config.my-cnf": "/etc/{{ target.service.labels[\"exporter_conf_path\"] }}", + "--web.listen-address": "${host}:${port}", + "--collect.datadir_size": "true", + "--collect.global_status": "", + "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { + "app": "app", + "appid": "appid", + "instance": "instance", + "cluster_name": "cluster_name", + "cluster_type": "cluster_type", + "instance_host": "instance_host", + "instance_role": "instance_role", + "cluster_domain": "cluster_domain" + }, + "--collect.global_variables": "true", + "--collect.slave_status_ext": "true", + "--collect.engine_innodb_status": "true", + "--collect.info_schema.innodb_trx": "true", + "--collect.infodba_schema.heartbeat": "true", + "--collect.info_schema.innodb_metrics": "true", + "--collect.info_schema.query_response_time": "true", + "--collect.auto_increment_ext.columns --collect.auto_increment_ext.interval=1h": "true", + "--collect.info_schema.processlist_ext --collect.info_schema.processlist_ext.by_user": "true", + "--collect.info_schema.tables_ext --collect.info_schema.tables_ext.interval=1h --collect.info_schema.tables_ext.databases=*": "true" + }, + "collector": { + "host": "127.0.0.1", + "port": "7000", + "period": 60 + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" + }, + "plugin_info": { + "plugin_id": "dbm_mysqld_exporter", + "plugin_type": "Exporter", + "metric_json": [ + { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_up", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "bkm_metricbeat_endpoint_up", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_exporter_scrape_errors_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "collector", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "collector", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_access_denied_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_cache_items_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_column_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_database_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_function_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_package_body_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_package_spec_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_procedure_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_roles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_role_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_table_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_blocks_not_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_blocks_unused", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_blocks_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_read_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_transaction_log_syncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_bytes_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_commits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commit_trigger_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commit_trigger_lock_wait", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commit_trigger_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_busy_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_column_compressions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_column_decompressions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_cpu_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_delete_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_empty_queries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_executed_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_executed_triggers", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_check_constraint", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_custom_aggregate_functions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_delay_key_write", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_dynamic_columns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_fulltext", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_gis", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_invisible_columns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_json", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_locale", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_subquery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_system_versioning", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_timezone", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_trigger", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_window_functions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_xml", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_buffer_pool_load_incomplete", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_current_row_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_deadlocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_defragment_compression_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_defragment_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_defragment_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_descriptors_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_key_rotation_list_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_num_key_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_merge_blocks_decrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_merge_blocks_encrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_rowlog_blocks_decrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_rowlog_blocks_encrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_estimated_iops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_modified", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_read_from_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_read_from_disk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_atomic_builtins", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_bzip2", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_lz4", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_lzma", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_lzo", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_punch_hole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_snappy", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_history_list_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_discarded_deletes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_discarded_delete_marks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_discarded_inserts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merged_deletes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merged_delete_marks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merged_inserts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merges", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_instant_alter_column", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mem_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mutex_os_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mutex_spin_rounds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mutex_spin_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_index_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_non_index_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_decrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_encrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_page_compressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_page_compression_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_page_decompressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_page_compressed_trim_op", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_onlineddl_pct_progress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_onlineddl_rowlog_pct_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_onlineddl_rowlog_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_pages0_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_page_compression_saved", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_read_views_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_reorganizations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_splits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_missing_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_out_of_filespace", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_underflow", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_unknown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_deleted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_inserted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_updated", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_s_lock_os_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_s_lock_spin_rounds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_s_lock_spin_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_active", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_explicit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_implicit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_x_lock_os_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_x_lock_spin_rounds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_x_lock_spin_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_key_blocks_warm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_master_gtid_wait_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_master_gtid_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_master_gtid_wait_timeouts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_statement_time_exceeded", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_statement_time_set", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_statement_time_set_failed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_thread_id_on_kill", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_memory_used_initial", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_aborted_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_bytes_received", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_bytes_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connections_accepted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connections_closed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connections_rejected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connection_accept_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connection_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_create_view", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_delete", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_drop_view", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_find", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_insert", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_modify_view", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_update", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_cursor_close", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_cursor_fetch", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_cursor_open", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_errors_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_errors_unknown_message_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_expect_close", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_expect_open", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_init_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notice_global_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notice_other_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notice_warning_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notified_by_group_replication", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_prep_deallocate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_prep_execute", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_prep_prepare", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_rows_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_accepted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_closed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_fatal_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_killed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_rejected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_ctx_verify_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_ctx_verify_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_finished_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_server_not_after", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "collector", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instrumentation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "level", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_host_id", + "description": "\u91c7\u96c6\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "time", + "description": "\u6570\u636e\u4e0a\u62a5\u65f6\u95f4", + "unit": "", + "type": "timestamp" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_agent_id", + "description": "Agent ID", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instrumentation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "master_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "connection_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "channel_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "master_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "master_uuid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_create_collection", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_create_collection_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_disable_notices", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_drop_collection", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_drop_collection_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_enable_notices", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_ensure_collection", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_execute_mysqlx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_execute_sql", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_execute_xplugin", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_kill_client", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_list_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_list_notices", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_list_objects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_ping", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_worker_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_worker_threads_active", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_opened_plugin_libraries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_opened_views", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_performance_schema_lost_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instrumentation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rows_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rows_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rows_tmp_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_get_ack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_net_avg_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_net_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_net_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_no_times", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_no_tx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_request_ack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_status", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_timefunc_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_tx_avg_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_tx_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_tx_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_wait_pos_backtraverse", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_wait_sessions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_yes_tx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_slave_send_ack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_slave_status", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_transactions_multi_engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_secondary_engine_execution_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slaves_connected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slaves_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slave_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slave_last_heartbeat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slave_skipped_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sort_priority_queue_sorts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_aggregate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_delete", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_order_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_update", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_mon_table_cache_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_mon_table_cache_version_req", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_parallel_search", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasync_delay_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_acks_to_master", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_deal_trx_by_ans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_deal_trx_by_fast_ans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_exceed_warn_num", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_get_slave_ans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_get_slave_ans_skip", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_slave_recv_txns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_slave_relaylog_syncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_timeout_num", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_ssl_server_not_after", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_ssl_server_not_before", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_subquery_cache_hit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_subquery_cache_miss", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_syncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_table_open_cache_active_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_threads_extra_connected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_total_innodb_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_total_pfs_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_total_server_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_transactions_gtid_foreign_engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_transactions_multi_engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_update_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_activate_all_roles_on_login", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_admin_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_alter_query_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_checkpoint_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_checkpoint_log_activity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_encrypt_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_force_start_after_recovery_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_group_commit_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_log_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_max_sort_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_age_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_division_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_file_hash_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_page_checksum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_repair_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_used_for_temp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_annotate_row_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_commit_wait_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_commit_wait_usec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_encryption", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_expire_logs_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_file_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_optimize_thread_scheduling", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_rotate_encryption_master_key_at_startup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_row_event_max_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_transaction_dependency_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_caching_sha2_password_auto_generate_rsa_keys", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_cdb_fire_wall_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_cdb_skip_event_scheduler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_check_constraint_checks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_column_compression_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_column_compression_zlib_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_column_compression_zlib_wrap", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_create_admin_listener_thread", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_cte_max_recursion_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_ddl_execute_by_ctl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_search_depth_long", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_search_depth_short", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_timeout_long", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_timeout_short", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_debug_no_thread_alarm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_default_table_encryption", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_encrypt_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_encrypt_tmp_disk_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_encrypt_tmp_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_expensive_subquery_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_generated_random_password_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_deployment_step", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_domain_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_ignore_duplicates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_strict_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_histogram_generation_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_histogram_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_idle_readonly_transaction_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_idle_transaction_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_idle_write_transaction_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_information_schema_stats_expiry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_adaptive_hash_index_partitions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_additional_mem_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_async_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_async_truncate_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_check_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_compressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_uncompressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_buffer_pool_populate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_buf_dump_status_frequency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_compression_default", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_create_use_gcs_real_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_dedicated_server", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_default_encryption_key_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_fill_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_fill_factor_n_recs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_frequency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_n_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_stats_accuracy", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encryption_rotate_key_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encryption_rotation_iops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encryption_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encrypt_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encrypt_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_fake_changes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_fatal_semaphore_wait_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_force_primary_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_fsync_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_get_real_datetime_for_instant", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_hot_update_detect", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_hot_update_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_idle_flush_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_immediate_scrub_data_uncompressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_locking_fake_changes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_archive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_arch_expire_sec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_spin_cpu_abs_lwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_spin_cpu_pct_hwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_wait_for_flush_spin_hwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_max_concurrent_hot_update", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_max_pending_sync_ios", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_max_tablespace_shards", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_min_column_compress_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_mirrored_log_groups", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_page_cleaner_adaptive_sleep", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_page_cleaner_sleep_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_page_flush_strategy", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_parallel_read_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_pending_ios_per_thread", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_prefix_index_cluster_optimization", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_print_ddl_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_redo_log_encrypt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_rseg_init_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_sched_priority_cleaner", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_scrub_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_scrub_log_speed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_spin_wait_pause_multiplier", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_stats_modified_counter", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_stats_traditional", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_temp_tablespace_fast_cleanup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_undo_log_encrypt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_use_atomic_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_use_sys_malloc", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_zlib_column_compression_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_zstd_column_compression_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_join_buffer_space_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_join_cache_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_keyring_operations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_key_cache_file_hash_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_key_cache_segments", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_log_slow_extra", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_log_sql_use_mutil_partition", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_log_tc_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_long_data_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_recursive_iterations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_session_mem_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_statement_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mrr_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_myisam_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysql56_temporal_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_connect_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_document_id_unique_prefix", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_enable_hello_notice", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_idle_worker_thread_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_interactive_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_max_allowed_packet", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_min_worker_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_port_open_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_read_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_write_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_optimizer_selectivity_sampling_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_optimizer_use_condition_selectivity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_partial_revokes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_password_history", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_password_require_current", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_password_reuse_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_error_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_events_statements_histogram_base_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_events_statements_histogram_bucket_number", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_max_digest_sample_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_persisted_globals_load", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_print_bool_as_literal", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_print_identified_with_as_hex", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_progress_report_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_regexp_stack_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_regexp_time_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_relay_log_sync_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_relay_log_sync_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_relay_log_sync_txn_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_replicate_annotate_row_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rowid_merge_buff_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_read_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_trace_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_wait_no_slave", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_delay_master", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_kill_conn_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_trace_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_schema_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_secondary_engine_cost_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_secure_timestamp", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_show_create_table_verbosity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_simplified_binlog_gtid_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_domain_parallel_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_parallel_max_queued", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_parallel_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_run_triggers_for_rbr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_transaction_retry_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slow_query_log_timestamp_always", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_auto_increment_mode_switch", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_auto_increment_mode_value", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_auto_increment_step", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_dml", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_first_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_second_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bulk_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bulk_update_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bulk_update_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_connect_retry_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_connect_retry_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_connect_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_conn_recycle_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_conn_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_dup_insert", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_insert_ignore", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_limit_in_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_limit_in_select", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_order_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_error_when_flush_server", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_fetch_minimum_columns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_first_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_force_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_general_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_get_sts_or_crd", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_group_by_handler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_idle_conn_recycle_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_create_like", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_single_select_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_single_update_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_index_hint_pushdown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_offset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_sql_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_xa", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_xa_id_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_xa_snapshot", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_log_result_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_log_result_error_with_sql", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_low_mem_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_max_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_modify_status_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_net_read_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_net_write_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_not_convert_binary", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_not_show_partition", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_parallel_group_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_parallel_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_query_one_shard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_quick_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_quick_mode_only_select", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_quick_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_read_only_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_remote_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_remote_sql_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_remote_trx_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_rone_shard_switch", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_second_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_select_min_for_trivial_fields", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_split_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_split_read_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_trx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_trx_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_slow_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_split_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_status_least", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_string_key_equal_to_like", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_sync_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_sync_time_zone", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_sync_trx_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_transaction_one_shard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_trans_rollback", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_update_with_primary_key_first", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_use_all_conns_snapshot", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_use_consistent_snapshot", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_with_begin_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_xa_register_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasyn", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasync_after_sync", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasyntimeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasynwarntimeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sql_require_primary_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sql_slow_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_ssl_fips_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_standard_compliant_cte", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_stored_program_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_strict_password_validation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_strict_string_validity_check_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tablespace_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_table_encryption_privilege_check", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tcp_keepalive_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tcp_keepalive_probes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tcp_keepalive_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tdsql_allow_async", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tdsql_relay_log_opt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_temptable_max_ram", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_temptable_use_mmap", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_concurrency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_eager_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_listen_eager_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_oversubscribe_parall", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_oversubscribe_parall_num", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_oversubscribe_parall_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_prio_kickup_timer", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_queue_congest_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_timed_mutexes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tmp_disk_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tmp_memory_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_convert_memory_to_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_convert_myisam_to_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_enable_resource_statistics", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_kill_idle_trans_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_windowing_use_high_precision", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_buffer_pool_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_dml_dml_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlock_false_positives_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlock_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_lock_lock_threads_waiting", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_log_log_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_log_log_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_log_log_write_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_metadata_metadata_mem_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_slave_status_get_master_public_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_transaction_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "level", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.group_default" + }, + { + "table_name": "gstatus", + "table_desc": "mysql_global_status", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_aborted_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_aborted_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_cache_disk_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_cache_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_snapshot_position", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_stmt_cache_disk_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_stmt_cache_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_bytes_received", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_bytes_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_compression", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_created_tmp_disk_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_created_tmp_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_created_tmp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_delayed_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_delayed_insert_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_delayed_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_flush_commands", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_available_undo_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_background_log_sync", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_bytes_data", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_bytes_dirty", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_ahead", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_ahead_evicted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_ahead_rnd", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_wait_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffered_aio_submitted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_checkpoint_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_checkpoint_max_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_pending_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_pending_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_pending_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_dblwr_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_dblwr_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_ibuf_free_list", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_ibuf_segment_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_log_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_log_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_log_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_lsn_current", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_lsn_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_lsn_last_checkpoint", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_master_thread_active_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_master_thread_idle_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_max_trx_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_mem_adaptive_hash", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_mem_dictionary", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_num_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_oldest_view_low_limit_trx_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_pending_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_pending_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_pages_created", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_pages_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_purge_trx_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_purge_undo_no", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_current_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_time_avg", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_data_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_deleted_recs_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_pages_contiguous", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_pages_disjointed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_pages_total_seek_distance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads_avoided", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_truncated_status_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_blocks_not_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_blocks_unused", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_blocks_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_read_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_last_query_cost", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_last_query_partial_plans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_locked_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_execution_time_exceeded", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_execution_time_set", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_execution_time_set_failed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_used_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_used_connections_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_not_flushed_delayed_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ongoing_anonymous_transaction_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_streams", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_table_definitions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_opened_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_opened_table_definitions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_opened_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_prepared_stmt_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_free_blocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_free_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_inserts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_lowmem_prunes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_not_cached", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_queries_in_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_total_blocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_queries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_questions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_full_join", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_full_range_join", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_range", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_range_check", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_heartbeat_period", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_open_temp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_received_heartbeats", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_retried_transactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slow_launch_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slow_queries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_merge_passes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_range", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_accept_renegotiates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_callback_cache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_client_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_connect_renegotiates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_ctx_verify_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_ctx_verify_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_default_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_finished_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_finished_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_misses", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_overflows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_timeouts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_sessions_reused", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_used_session_cache_entries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_verify_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_verify_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_locks_immediate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_locks_waited", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_open_cache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_open_cache_misses", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_open_cache_overflows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_tc_log_max_pages_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_tc_log_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_tc_log_page_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threadpool_idle_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threadpool_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_cached", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_connected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_created", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_uptime", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_uptime_since_flush_status", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_buffer_pool_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "state" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_commands_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "command" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "command", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_buffer_pool_page_changes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "operation" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "operation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_ops_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "operation" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "operation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_handlers_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "handler" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "handler", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_connection_errors_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "error" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "error", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "command", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "operation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "handler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.gstatus" + }, + { + "table_name": "gvars", + "table_desc": "mysql_global_variables", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_auto_generate_certs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_auto_increment_increment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_auto_increment_offset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_automatic_sp_privileges", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_avoid_temporal_upgrade", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_back_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_big_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_direct_non_transactional_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_group_commit_sync_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_group_commit_sync_no_delay_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_gtid_simple_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_max_flush_queue_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_order_commits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_rows_query_log_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_stmt_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_blob_compressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_bulk_insert_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_check_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_connect_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_core_file", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_datetime_precision_use_v1", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_default_password_lifetime", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_default_week_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delay_key_write", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delayed_insert_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delayed_insert_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delayed_queue_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_disconnect_on_expired_password", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_div_precision_increment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_end_markers_in_json", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_enforce_gtid_consistency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_eq_range_index_dive_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_event_scheduler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_expand_fast_index_creation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_expire_logs_days", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_explicit_defaults_for_timestamp", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_extra_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_extra_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_flush", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_flush_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_foreign_key_checks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ft_max_word_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ft_min_word_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ft_query_expansion_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_general_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_group_concat_max_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_gtid_executed_compression_period", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_gtid_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_backup_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_backup_safe_binlog_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_compress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_crypt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_dynamic_loading", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_geometry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_openssl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_profiling", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_query_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_rtree_keys", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_snapshot_cloning", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_ssl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_statement_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_symlink", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_host_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ignore_builtin_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_flushing", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_flushing_lwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_hash_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_hash_index_parts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_max_sleep_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_bk_commit_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_disable_rowlock", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_enable_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_enable_mdl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_trx_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_autoextend_increment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_autoinc_lock_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_chunk_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_dump_at_shutdown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_dump_now", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_dump_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_in_core_file", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_load_abort", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_load_at_startup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_load_now", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_change_buffer_max_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_checksums", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_cmp_per_index_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_commit_concurrency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compressed_columns_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compressed_columns_zip_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compression_failure_threshold_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compression_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compression_pad_pct_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_concurrency_tickets", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_deadlock_detect", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_disable_sort_file_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_doublewrite", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_fast_shutdown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_file_format_check", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_file_per_table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_fill_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_log_at_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_log_at_trx_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_neighbors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_sync", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flushing_avg_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_force_load_corrupted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_force_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_enable_diag_print", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_enable_stopword", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_ignore_stopwords", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_max_token_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_min_token_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_num_word_optimize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_result_cache_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_sort_pll_degree", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_total_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_io_capacity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_io_capacity_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_kill_idle_transaction", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_large_prefix", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_lock_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_locks_unsafe_for_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_checksums", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_compressed_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_files_in_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_write_ahead_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_lru_scan_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_bitmap_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_changed_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_dirty_pages_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_dirty_pages_pct_lwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_purge_lag", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_purge_lag_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_undo_log_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_min_blob_compress_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_old_blocks_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_old_blocks_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_online_alter_log_max_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_optimize_fulltext_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_page_cleaners", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_print_all_deadlocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_print_lock_wait_timeout_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_purge_batch_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_purge_rseg_truncate_frequency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_purge_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_random_read_ahead", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_read_ahead_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_read_io_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_replication_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_rollback_on_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_rollback_segments", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_show_locks_held", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_show_verbose_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_spin_wait_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_auto_recalc", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_include_delete_marked", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_on_metadata", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_persistent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_persistent_sample_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_sample_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_transient_sample_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_status_output", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_status_output_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_strict_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_support_xa", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_sync_array_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_sync_spin_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_table_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_thread_concurrency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_thread_sleep_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_track_changed_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_undo_log_truncate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_undo_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_undo_tablespaces", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_use_global_flush_log_at_trx_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_use_native_aio", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_write_io_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_interactive_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_join_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_keep_files_on_create", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_cache_age_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_cache_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_cache_division_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_kill_idle_transaction", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_large_files_support", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_large_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_large_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_local_infile", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_lock_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_locked_in_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_compress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_compress_min_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_trust_function_creators", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_use_v1_row_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_builtin_as_identified_by_password", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_error_verbosity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_queries_not_using_indexes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slave_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_admin_statements", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_rate_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_slave_statements", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_sp_statements", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_statements_unsafe_for_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_syslog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_syslog_include_pid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_throttle_queries_not_using_indexes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_warnings", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_long_query_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_low_priority_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_lower_case_file_system", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_lower_case_table_names", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_master_verify_checksum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_allowed_packet", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_stmt_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_connect_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_delayed_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_digest_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_error_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_execution_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_heap_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_insert_delayed_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_join_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_length_for_sort_data", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_points_in_geometry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_prepared_stmt_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_relay_log_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_seeks_for_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_slowlog_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_slowlog_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_sort_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_sp_recursion_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_tmp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_user_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_write_lock_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_xa_commit_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_metadata_locks_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_metadata_locks_hash_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_min_examined_row_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_multi_range_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_data_pointer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_max_sort_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_mmap_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_recover_options", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_repair_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_use_mmap", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_mysql_native_password_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_buffer_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_read_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_retry_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_write_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_new", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ngram_token_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_offline_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_old", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_old_alter_table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_old_passwords", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_open_files_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_prune_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_search_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_trace_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_trace_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_trace_offset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_parser_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_accounts_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_digests_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_stages_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_stages_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_statements_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_statements_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_transactions_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_transactions_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_waits_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_waits_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_hosts_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_cond_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_cond_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_digest_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_file_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_file_handles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_file_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_index_stat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_memory_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_metadata_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_mutex_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_mutex_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_prepared_statements_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_program_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_rwlock_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_rwlock_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_socket_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_socket_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_sql_text_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_stage_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_statement_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_statement_stack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_table_handles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_table_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_table_lock_stat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_thread_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_thread_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_session_connect_attrs_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_setup_actors_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_setup_objects_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_users_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_preload_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_profiling", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_profiling_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_protocol_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_alloc_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_min_res_unit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_strip_comments", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_wlock_invalidate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_prealloc_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_response_time_flush", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_response_time_range_base", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_response_time_stats", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_range_alloc_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_range_optimizer_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_binlog_speed_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_rnd_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_purge", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_space_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_uncompress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_report_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_require_secure_transport", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_rpl_stop_slave_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_secure_auth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_server_id_bits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_gtids", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_state_change", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_transaction_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sha256_password_auto_generate_rsa_keys", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sha256_password_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_show_compatibility_56", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_show_old_temporals", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_external_locking", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_name_resolve", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_networking", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_show_database", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_allow_batching", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_checkpoint_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_checkpoint_period", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_compressed_protocol", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_max_allowed_packet", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_net_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_parallel_workers", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_pending_jobs_size_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_preserve_commit_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_skip_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_sql_verify_checksum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_transaction_retries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slow_launch_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slow_query_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slow_query_log_always_write_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sort_when_partition_prefix_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_auto_is_null", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_big_selects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_buffer_result", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_log_bin", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_notes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_quote_show_create", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_safe_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_select_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_slave_skip_counter", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_warnings", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_stored_program_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_super_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_frm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_master_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_relay_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_relay_log_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_table_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_table_open_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_table_open_cache_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_high_prio_tickets", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_idle_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_max_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_oversubscribe", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_stall_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_stack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_statistics", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_tmp_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_alloc_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_prealloc_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_write_set_extraction", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_tx_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_unique_checks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_updatable_views_with_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_userstat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.gvars" + }, + { + "table_name": "datasize", + "table_desc": "mysql_datadir_size", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_total_fs_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_total_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_avail_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "percentunit", + "name": "mysql_datadir_df_usage", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_used_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_du_used_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "path", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "mount_point", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "fs_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.datasize" + }, + { + "table_name": "innodbmtr", + "table_desc": "mysql_info_schema_innodb_metrics", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_btree_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_created_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_read_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_data", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_dirty", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_evicted_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_wait_free_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_write_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_pool_dirty_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_mark_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_mark_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_insert_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_insert_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_size_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_dml_dml_deletes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_dml_dml_inserts_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_dml_dml_updates_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_file_system_file_num_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlocks_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_current_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_avg", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_timeouts_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_data_fsyncs_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_data_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_data_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_bytes_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_fsyncs_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_fsyncs_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_padded_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_write_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_buffer_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_activity_count_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_pages_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_os_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_os_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_os_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_transaction_trx_rseg_history_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_queries_in_queue", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_queries_inside_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_read_views_open_inside_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.innodbmtr" + }, + { + "table_name": "innodbtrx", + "table_desc": "mysql_engine_innodb_metrics_locks", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_lock_waits_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_locks_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_long_query_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_long_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_host_id", + "description": "\u91c7\u96c6\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "time", + "description": "\u6570\u636e\u4e0a\u62a5\u65f6\u95f4", + "unit": "", + "type": "timestamp" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_agent_id", + "description": "Agent ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_idle_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_host_id", + "description": "\u91c7\u96c6\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "time", + "description": "\u6570\u636e\u4e0a\u62a5\u65f6\u95f4", + "unit": "", + "type": "timestamp" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_agent_id", + "description": "Agent ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "trx_state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "command", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.innodbtrx" + }, + { + "table_name": "resptime", + "table_desc": "mysql_info_schema_query_response_time", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_query_response_time_seconds_sum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_query_response_time_seconds_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_read_query_response_time_seconds_sum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_read_query_response_time_seconds_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_write_query_response_time_seconds_sum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_write_query_response_time_seconds_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_query_response_time_seconds_bucket", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "le" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "le", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_read_query_response_time_seconds_bucket", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "le" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "le", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_write_query_response_time_seconds_bucket", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "le" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "le", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "le", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.resptime" + }, + { + "table_name": "tableincr", + "table_desc": "mysql_info_schema_auto_increment", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_auto_increment_column", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "column", + "schema", + "table" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "int_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "column", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_auto_increment_column_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "column", + "schema", + "table" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "int_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "column", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "int_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "column", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.tableincr" + }, + { + "table_name": "tablesize", + "table_desc": "mysql_info_schema_table_size schema", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "component", + "schema", + "table" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "component", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_total_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "schema" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_table_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "table", + "schema" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "component", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.tablesize" + }, + { + "table_name": "tabledef", + "table_desc": "mysql_info_schema_table_version", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_table_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "schema", + "table", + "type", + "create_options", + "engine", + "row_format" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "row_format", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "create_options", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "create_options", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "row_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "le", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.tabledef" + }, + { + "table_name": "version", + "table_desc": "mysql_version_info", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_version_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "version", + "version_comment", + "innodb_version" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "version", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "version_comment", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "innodb_version", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "version_comment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "innodb_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.version" + }, + { + "table_name": "plist", + "table_desc": "mysql_info_schema_processlist", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_processlist_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "command", + "state" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "command", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_processlist_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "command", + "state" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "command", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_processlist_processes_by_user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "mysql_user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "mysql_user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "mysql_user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "command", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.plist" + }, + { + "table_name": "slavestat", + "table_desc": "mysql_slave_status", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_infodba_schema_heartbeat_delay_sec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "beat_from", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_infodba_schema_heartbeat_beat_sec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "beat_from", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_auto_position", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_connect_retry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_exec_master_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_last_errno", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_last_io_errno", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_last_sql_errno", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_retry_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_ssl_allowed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_ssl_verify_server_cert", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_read_master_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_relay_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_relay_log_space", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_seconds_behind_master", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_skip_counter", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_slave_io_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_slave_sql_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_sql_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_until_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "beat_from", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "master_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "channel_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "connection_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "master_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "master_uuid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.slavestat" + }, + { + "table_name": "internal", + "table_desc": "exporter collector", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_exporter_collector_duration_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "collector" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "collector", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_exporter_last_scrape_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_exporter_scrapes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "collector", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.internal" + } + ], + "os_type_list": [ + "linux" + ] + } + }, + "db_type": "mysql", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_mysqld_exporter" +} \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_mysqlproxy_exporter.proxy.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_mysqlproxy_exporter.json similarity index 78% rename from dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_mysqlproxy_exporter.proxy.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_mysqlproxy_exporter.json index 3787f1567f..cad28a7b3c 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_mysqlproxy_exporter.proxy.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_mysqlproxy_exporter.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_mysqlproxy_exporter", "name": "dbm_mysqlproxy_exporter", - "db_type": "mysql", - "short_name": "proxy", "details": { "name": "dbm_mysqlproxy_exporter", + "collect_type": "Exporter", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "-mysqlproxy.file": "/etc/{{ target.service.labels[\"exporter_conf_path\"]}}", @@ -26,256 +27,286 @@ "host": "127.0.0.1", "port": "7100", "period": 60 - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_mysqlproxy_exporter", + "plugin_type": "Exporter", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [], + "rule_list": [], + "table_id": "exporter_dbm_mysqlproxy_exporter.group_default" + }, + { + "table_name": "mproxy", + "table_desc": "mysql_proxy_exporter", "fields": [ { - "name": "mysqlproxy_max_connid", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "mysqlproxy_max_connid", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "mysqlproxy_process_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "mysqlproxy_process_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "mysqlproxy_up", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "mysqlproxy_up", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_max_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true } ], - "table_id": "exporter_dbm_mysqlproxy_exporter.mproxy", - "table_desc": "mysql_proxy_exporter", - "table_name": "mproxy" + "rule_list": [], + "table_id": "exporter_dbm_mysqlproxy_exporter.mproxy" }, { + "table_name": "internal", + "table_desc": "internal", "fields": [ { - "name": "go_gc_duration_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_goroutines", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_goroutines", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "mysqlproxy_exporter_last_scrape_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "mysqlproxy_exporter_last_scrape_duration_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "mysqlproxy_exporter_scrapes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "mysqlproxy_exporter_scrapes_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "mysqlproxy_exporter_build_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "mysqlproxy_exporter_build_info", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [ "commit_sha", "golang_version", "version", "build_date" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "commit_sha", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "commit_sha", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "golang_version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "golang_version", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "build_date", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "build_date", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_mysqlproxy_exporter.internal", - "table_desc": "internal", - "table_name": "internal" + "rule_list": [], + "table_id": "exporter_dbm_mysqlproxy_exporter.internal" } ], - "plugin_type": "Exporter", "os_type_list": [ "linux" ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "mysql", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_mysqlproxy_exporter" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_predixy_exporter.predixy.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_predixy_exporter.json similarity index 82% rename from dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_predixy_exporter.predixy.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_predixy_exporter.json index 9817fc889e..0f0d338441 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_predixy_exporter.predixy.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_predixy_exporter.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_predixy_exporter", "name": "dbm_predixy_exporter", - "db_type": "redis", - "short_name": "predixy", "details": { "name": "dbm_predixy_exporter", + "collect_type": "Exporter", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "-addr": "{{ target.host.bk_host_innerip }}:{{ target.process[\"redis-predixy\"].bind_info[0].port }}", @@ -28,1089 +29,1090 @@ "host": "127.0.0.1", "port": "9121", "period": 60 - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_predixy_exporter", + "plugin_type": "Exporter", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [], - "table_id": "exporter_dbm_predixy_exporter.group_default", "rule_list": [], - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group_default" + "table_id": "exporter_dbm_predixy_exporter.group_default" }, { + "table_name": "Group1", + "table_desc": "\u5206\u7ec41", "fields": [ { - "name": "go_gc_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_goroutines", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_goroutines", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_buck_hash_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_buck_hash_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_frees_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_frees_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_gc_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_gc_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_idle_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_idle_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_objects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_objects", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_released_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_released_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_last_gc_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_last_gc_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_lookups_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_lookups_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mallocs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mallocs_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mspan_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mspan_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_next_gc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_next_gc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_other_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_other_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_threads", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "predixy_exporter_build_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_exporter_build_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "predixy_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "predixy_up", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_up", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "predixy_uptime", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_uptime", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "predixy_worker_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_worker_threads", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_max_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "promhttp_metric_handler_requests_in_flight", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_in_flight", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "promhttp_metric_handler_requests_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "predixy_server_latency_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_latency_bucket", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "latency", "le", "server", "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_latency_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_latency_bucket", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "latency", "le", "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_latency_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "latency", "server", "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_latency_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "latency", "server", "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_latency_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "latency" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_latency_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "latency" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_connect", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_connect", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "server" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_connections", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_connections", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "server" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_recv_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_recv_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "server" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_requests", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "server" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_responses", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_responses", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "server" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_server_send_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_server_send_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "server" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_accept", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_accept", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_connections", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_connections", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_max_memory", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_max_memory", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_max_rss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_max_rss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_total_recv_client_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_total_recv_client_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_total_recv_server_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_total_recv_server_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_total_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_total_requests", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_total_respones", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_total_respones", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_total_send_client_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_total_send_client_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_total_send_server_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_total_send_server_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_used_cpu", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_used_cpu", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_used_cpu_sys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_used_cpu_sys", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_used_cpu_user", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_used_cpu_user", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_cluster_used_memory", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_cluster_used_memory", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_total_recv_client_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_total_recv_client_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "cluster", "addr" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_total_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_total_requests", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_total_responses", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_total_responses", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_total_send_client_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_total_send_client_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_used_cpu", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_used_cpu", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "predixy_used_memory", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "predixy_used_memory", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "addr", "cluster" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "_server", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "_server", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "server", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "latency", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "latency", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "le", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "le", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "addr", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "addr", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cluster", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_predixy_exporter.Group1", "rule_list": [], - "table_desc": "\u5206\u7ec41", - "table_name": "Group1" + "table_id": "exporter_dbm_predixy_exporter.Group1" } ], - "plugin_type": "Exporter", "os_type_list": [ "linux" ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "redis", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_predixy_exporter" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarbookkeeper_bkpull.bookkeeper.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarbookkeeper_bkpull.json similarity index 82% rename from dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarbookkeeper_bkpull.bookkeeper.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarbookkeeper_bkpull.json index 7e5d20819e..430a4d335e 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarbookkeeper_bkpull.bookkeeper.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarbookkeeper_bkpull.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_pulsarbookkeeper_bkpull", "name": "dbm_pulsarbookkeeper_bkpull", - "db_type": "pulsar", - "short_name": "bookkeeper", "details": { "name": "dbm_pulsarbookkeeper_bkpull", + "collect_type": "Pushgateway", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { @@ -26,4512 +27,4929 @@ "password": false, "bk_username": "", "metrics_url": "http://{{ target.host.bk_host_innerip }}:8000/metrics" - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_pulsarbookkeeper_bkpull", + "plugin_type": "Pushgateway", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [], + "rule_list": [], + "table_id": "pushgateway_dbm_pulsarbookkeeper_bkpull.group_default" + }, + { + "table_name": "group1", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [ { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_gc_collection_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_gc_collection_seconds_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_gc_collection_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_gc_collection_seconds_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_direct_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_direct_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_committed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_committed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_init", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_init", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_committed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_committed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_init", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_init", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_current", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_current", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_daemon", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_daemon", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_peak", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_peak", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_started_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_started_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_deadlocked", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_deadlocked", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_deadlocked_monitor", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_deadlocked_monitor", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "log4j2_appender_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "log4j2_appender_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_direct_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_direct_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_NUM_WRITABLE_BOOKIES_IN_DEFAULT_RACK", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_NUM_WRITABLE_BOOKIES_IN_DEFAULT_RACK", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_12", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_12", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_14", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_14", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_dir__data_pulsardata_ledgers_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_dir__data_pulsardata_ledgers_usage", + "is_diff_metric": false, "is_active": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_0", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_10", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_10", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_11", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_11", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_15", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_15", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_ACTIVE_ENTRY_LOG_SPACE_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_ACTIVE_ENTRY_LOG_SPACE_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_MEMORY_MAX", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_MEMORY_MAX", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_ledgers_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_ledgers_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_ledger_writable_dirs", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_ledger_writable_dirs", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_cache_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_cache_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_BLOCKED", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_BLOCKED", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_11", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_11", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_10", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_10", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_12", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_12", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_ledger_dir__data_pulsardata_ledgers_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_ledger_dir__data_pulsardata_ledgers_usage", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_write_cache_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_write_cache_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_MEMORY_USED", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_MEMORY_USED", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_12", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_12", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_ACTIVE_ENTRY_LOG_COUNT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_ACTIVE_ENTRY_LOG_COUNT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_13", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_13", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_13", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_13", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_10", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_10", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_writable_dirs", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_writable_dirs", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_9", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_9", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_entries_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_entries_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_cache_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_cache_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_14", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_14", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_11", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_11", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_6", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_6", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_IN_PROGRESS", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_IN_PROGRESS", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_15", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_15", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_8", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_8", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_4", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_4", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_15", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_15", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_3", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_3", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_14", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_14", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_9", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_9", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_IN_PROGRESS", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_IN_PROGRESS", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_7", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_7", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_8", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_8", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_completed_tasks_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_SERVER_STATUS", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_SERVER_STATUS", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_13", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_13", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_8", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_8", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_queue_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_ACTIVE_LEDGER_COUNT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_ACTIVE_LEDGER_COUNT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_total_tasks_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_completed_tasks_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_total_tasks_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_BLOCKED", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_BLOCKED", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_queue_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_queue_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_9", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_completed_tasks_9", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_0", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_total_tasks_0", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_queue_2", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_write_cache_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_write_cache_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_READ_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_READ_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_QUEUE_SIZE", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_QUEUE_SIZE", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_ENTRIES_WRITTEN", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_ENTRIES_WRITTEN", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_MAJOR_COMPACTION_COUNT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_MAJOR_COMPACTION_COUNT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_ENTRY_DM", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_ENTRY_DM", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_WRITE_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_WRITE_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_watcher_state_SyncConnected", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_watcher_state_SyncConnected", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LAC_UPDATE_MISSES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LAC_UPDATE_MISSES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_FULL_OR_PARTIAL_LEDGERS_REPLICATED", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_FULL_OR_PARTIAL_LEDGERS_REPLICATED", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_MINOR_COMPACTION_COUNT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_MINOR_COMPACTION_COUNT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LAC_UPDATE_HITS", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LAC_UPDATE_HITS", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_rejected_write_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_rejected_write_requests", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_NUM_ENSEMBLE_CHANGE", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_NUM_ENSEMBLE_CHANGE", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_NUM_FLUSH_MAX_WAIT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_NUM_FLUSH_MAX_WAIT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_throttled_write_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_throttled_write_requests", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_WRITE_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_WRITE_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_LAST_ENTRY_NOENTRY_ERROR", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_LAST_ENTRY_NOENTRY_ERROR", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_RECLAIMED_COMPACTION_SPACE_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_RECLAIMED_COMPACTION_SPACE_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_DEFER_LEDGER_LOCK_RELEASE_OF_FAILED_LEDGER", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_DEFER_LEDGER_LOCK_RELEASE_OF_FAILED_LEDGER", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_NUM_FLUSH_EMPTY_QUEUE", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_NUM_FLUSH_EMPTY_QUEUE", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_ENSEMBLE_NOT_ADHERING_TO_PLACEMENT_POLICY_COUNTER", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_ENSEMBLE_NOT_ADHERING_TO_PLACEMENT_POLICY_COUNTER", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_NUM_FLUSH_MAX_OUTSTANDING_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_NUM_FLUSH_MAX_OUTSTANDING_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_RECLAIMED_DELETION_SPACE_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_RECLAIMED_DELETION_SPACE_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_SPECULATIVE_READ_COUNT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_SPECULATIVE_READ_COUNT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_ENTRIES_UNABLE_TO_READ_FOR_REPLICATION", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_ENTRIES_UNABLE_TO_READ_FOR_REPLICATION", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_ENTRIES_READ", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_ENTRIES_READ", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_watcher_state_SyncConnected", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_watcher_state_SyncConnected", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_QUEUE_SIZE", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_QUEUE_SIZE", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_FORCE_LEDGER", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_FORCE_LEDGER", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_DELETED_LEDGER_COUNT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_DELETED_LEDGER_COUNT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_FAILED_TO_RESOLVE_NETWORK_LOCATION_COUNTER", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_FAILED_TO_RESOLVE_NETWORK_LOCATION_COUNTER", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_ADD_ENTRY_UR", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_ADD_ENTRY_UR", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_TIME_OUT_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_TIME_OUT_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_CB_QUEUE_SIZE", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_CB_QUEUE_SIZE", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_DELAYED_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_DELAYED_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_queued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_queued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_queued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_queued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_create_client_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_create_client_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_create_client_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_create_client_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_WRITE_LAC_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_WRITE_LAC_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_WRITE_LAC_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_WRITE_LAC_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_get_acl_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_get_acl_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_get_acl_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_get_acl_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_READ_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_READ_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_READ_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_READ_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_delete_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_delete_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_delete_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_delete_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_BYTES_WRITTEN_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_BYTES_WRITTEN_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_BYTES_WRITTEN_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_BYTES_WRITTEN_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_QUEUE_LATENCY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_QUEUE_LATENCY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_QUEUE_LATENCY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_QUEUE_LATENCY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_QUEUE_LATENCY", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_QUEUE_LATENCY", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_LAC_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_LAC_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_LAC_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_LAC_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_entry_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_entry_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_entry_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_entry_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_OPEN_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_OPEN_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_OPEN_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_OPEN_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_set_acl_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_set_acl_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_set_acl_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_set_acl_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_SYNC_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_SYNC_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_SYNC_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_SYNC_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_SYNC", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_SYNC", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_CLIENT_CHANNEL_WRITE_WAIT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_CLIENT_CHANNEL_WRITE_WAIT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_CLIENT_CHANNEL_WRITE_WAIT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_CLIENT_CHANNEL_WRITE_WAIT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_get_children_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_get_children_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_get_children_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_get_children_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_get_children_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_get_children_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_get_children_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_get_children_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_FENCE_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_FENCE_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_FENCE_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_FENCE_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_CHANNEL_WRITE_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_CHANNEL_WRITE_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_CHANNEL_WRITE_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_CHANNEL_WRITE_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_CHANNEL_WRITE", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_CHANNEL_WRITE", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_ADD_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_ADD_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_ADD_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_ADD_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_task_queued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_task_queued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_task_queued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_task_queued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_RESPONSE_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_RESPONSE_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_RESPONSE_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_RESPONSE_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_multi_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_multi_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_multi_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_multi_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_task_execution_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_task_execution_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieReadThreadPool_task_execution_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieReadThreadPool_task_execution_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_set_data_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_set_data_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_set_data_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_set_data_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_ADD_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_ADD_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_ADD_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_ADD_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_ADD_ENTRY", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_ADD_ENTRY", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_WAIT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_WAIT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_WAIT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_WAIT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_RECOVERY_ADD_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_RECOVERY_ADD_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_RECOVERY_ADD_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_RECOVERY_ADD_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_LEFT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_LEFT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_LEFT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_LEFT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_readahead_batch_count_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_readahead_batch_count_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_readahead_batch_count_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_readahead_batch_count_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_ADD_ENTRY_BYTES_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_ADD_ENTRY_BYTES_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_ADD_ENTRY_BYTES_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_ADD_ENTRY_BYTES_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_ADD_ENTRY_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_ADD_ENTRY_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_set_data_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_set_data_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_set_data_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_set_data_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_cache_misses_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_cache_misses_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_cache_misses_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_cache_misses_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAC_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAC_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAC_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAC_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_JOINED_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_JOINED_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_JOINED_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_BOOKIES_JOINED_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_get_data_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_get_data_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_get_data_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_get_data_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_create_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_create_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_create_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_create_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_WRITE_LAC_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_WRITE_LAC_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_WRITE_LAC_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_WRITE_LAC_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_LAC_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_LAC_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_LAC_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_LAC_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_queued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_queued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_queued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_queued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_WRITE_DATA_LATENCY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_WRITE_DATA_LATENCY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_WRITE_DATA_LATENCY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_WRITE_DATA_LATENCY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_get_acl_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_get_acl_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_get_acl_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_get_acl_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_flush_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_flush_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_flush_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_flush_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_flush", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_flush", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_REQUESTS_REORDERED_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_REQUESTS_REORDERED_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_REQUESTS_REORDERED_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_REQUESTS_REORDERED_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_BOOKIE_INFO_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_BOOKIE_INFO_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_BOOKIE_INFO_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_BOOKIE_INFO_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_READ_ENTRY_BYTES_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_READ_ENTRY_BYTES_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_READ_ENTRY_BYTES_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_READ_ENTRY_BYTES_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_DELETE_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_DELETE_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_DELETE_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_DELETE_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_execution_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_execution_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_execution_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_BookKeeperClientWorker_task_execution_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_exists_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_exists_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_exists_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_exists_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_FENCE_WAIT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_FENCE_WAIT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_FENCE_WAIT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_FENCE_WAIT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_ENQUEUE_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_ENQUEUE_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_ENQUEUE_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_ENQUEUE_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_ENQUEUE", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_ENQUEUE", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_CREATION_LATENCY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_CREATION_LATENCY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_CREATION_LATENCY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_CREATION_LATENCY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_BYTES_READ_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_BYTES_READ_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_NUM_BYTES_READ_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_NUM_BYTES_READ_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_REQUEST", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_REQUEST", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_execution_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_execution_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_execution_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_BookieHighPriorityThread_3181_task_execution_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_ADD_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_ADD_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_ADD_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_ADD_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_ADD_ENTRY", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_ADD_ENTRY", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_ENTRIES_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_ENTRIES_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_ENTRIES_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_ENTRIES_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_ENTRIES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_ENTRIES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_sync_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_sync_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_sync_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_sync_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_FORCE_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_FORCE_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_FORCE_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_FORCE_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_set_acl_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_set_acl_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_set_acl_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_set_acl_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_get_data_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_get_data_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_get_data_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_get_data_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_READ_DATA_LATENCY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_READ_DATA_LATENCY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_READ_DATA_LATENCY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_READ_DATA_LATENCY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_rereplicate_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_rereplicate_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_replication_worker_rereplicate_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_replication_worker_rereplicate_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_PRE_WAIT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_PRE_WAIT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_PRE_WAIT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_PRE_WAIT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_SCHEDULING_DELAY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_SCHEDULING_DELAY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_SCHEDULING_DELAY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_SCHEDULING_DELAY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_THREAD_RUNTIME_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_THREAD_RUNTIME_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_THREAD_RUNTIME_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_THREAD_RUNTIME_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_PROCESS_TIME_LATENCY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_PROCESS_TIME_LATENCY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_PROCESS_TIME_LATENCY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_PROCESS_TIME_LATENCY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_PROCESS_TIME_LATENCY", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_PROCESS_TIME_LATENCY", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FLUSH_LATENCY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FLUSH_LATENCY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FLUSH_LATENCY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FLUSH_LATENCY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FLUSH_LATENCY", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FLUSH_LATENCY", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_BOOKIE_INFO_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_BOOKIE_INFO_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_BOOKIE_INFO_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_BOOKIE_INFO_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_CREATE_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_CREATE_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_CREATE_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_CREATE_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_GET_LIST_OF_ENTRIES_OF_LEDGER_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_GET_LIST_OF_ENTRIES_OF_LEDGER_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_GET_LIST_OF_ENTRIES_OF_LEDGER_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_GET_LIST_OF_ENTRIES_OF_LEDGER_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_LAST_CONFIRMED_AND_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_readahead_batch_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_readahead_batch_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_readahead_batch_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_readahead_batch_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_LONG_POLL_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_cache_hits_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_cache_hits_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_read_cache_hits_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_read_cache_hits_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_READ_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_READ_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_GROUPING_COUNT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_GROUPING_COUNT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_GROUPING_COUNT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_GROUPING_COUNT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_GROUPING_COUNT", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_GROUPING_COUNT", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_BLOCKED_WAIT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_BLOCKED_WAIT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_BLOCKED_WAIT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_BLOCKED_WAIT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_READ_ENTRY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_READ_ENTRY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_BOOKIE_READ_ENTRY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_BOOKIE_READ_ENTRY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_FORCE_LEDGER_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_FORCE_LEDGER_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_FORCE_LEDGER_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_FORCE_LEDGER_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_DELAYED_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS_LATENCY_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_DELAYED_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS_LATENCY_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_DELAYED_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS_LATENCY_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_WRITE_DELAYED_DUE_TO_NOT_ENOUGH_FAULT_DOMAINS_LATENCY_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_sync_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_sync_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_sync_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_sync_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_exists_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_exists_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_exists_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_exists_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_LAC_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_LAC_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_LAC_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_LAC_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_add_entry_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_add_entry_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_add_entry_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_add_entry_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_add_entry", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_add_entry", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_FENCE_READ_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_FENCE_READ_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_READ_ENTRY_FENCE_READ_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_READ_ENTRY_FENCE_READ_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_multi_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_multi_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_multi_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_multi_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_LEDGER_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_LEDGER_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_LEDGER_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_LEDGER_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_flush_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_flush_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_flush_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_flush_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_flush_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_flush_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_create_client_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_create_client_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_create_client_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_create_client_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_delete_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_delete_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_zk_delete_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_zk_delete_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_ADD_ENTRIES_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_ADD_ENTRIES_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_ADD_ENTRIES_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_ADD_ENTRIES_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_BYTES_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_BYTES_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_BYTES_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_BYTES_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_BYTES", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_journal_JOURNAL_FORCE_WRITE_BATCH_BYTES", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_FORCE_LEDGER_REQUEST_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_FORCE_LEDGER_REQUEST_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_FORCE_LEDGER_REQUEST_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_FORCE_LEDGER_REQUEST_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_GET_LIST_OF_ENTRIES_OF_LEDGER_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_REPLACE_BOOKIE_TIME_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_REPLACE_BOOKIE_TIME_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_REPLACE_BOOKIE_TIME_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_REPLACE_BOOKIE_TIME_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_READ_ENTRIES_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_READ_ENTRIES_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_READ_ENTRIES_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_LEDGER_RECOVER_READ_ENTRIES_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_BLOCKED_WAIT_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_BLOCKED_WAIT_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookkeeper_server_ADD_ENTRY_BLOCKED_WAIT_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookkeeper_server_ADD_ENTRY_BLOCKED_WAIT_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_create_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_create_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bookie_bookie_zk_create_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bookie_bookie_zk_create_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_NEW_ENSEMBLE_TIME_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_NEW_ENSEMBLE_TIME_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_NEW_ENSEMBLE_TIME_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "replication_bookkeeper_client_bookkeeper_client_bookie_watcher_NEW_ENSEMBLE_TIME_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "gc", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "gc", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "area", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "area", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "pool", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "pool", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "level", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "level", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "success", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "success", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "quantile", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "quantile", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "pushgateway_dbm_pulsarbookkeeper_bkpull.group1", - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group1" + "rule_list": [], + "table_id": "pushgateway_dbm_pulsarbookkeeper_bkpull.group1" } ], - "plugin_type": "Pushgateway", "os_type_list": [ "linux", "windows", "linux_aarch64" ] - }, - "collect_type": "Pushgateway", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "pulsar", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_pulsarbookkeeper_bkpull" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarbroker_bkpull.broker.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarbroker_bkpull.json similarity index 81% rename from dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarbroker_bkpull.broker.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarbroker_bkpull.json index 2a5d11672a..12d48b997d 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarbroker_bkpull.broker.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarbroker_bkpull.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_pulsarbroker_bkpull", "name": "dbm_pulsarbroker_bkpull", - "db_type": "pulsar", - "short_name": "broker", "details": { "name": "dbm_pulsarbroker_bkpull", + "collect_type": "Pushgateway", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { @@ -26,2627 +27,2874 @@ "password": false, "bk_username": "", "metrics_url": "http://{{ target.host.bk_host_innerip }}:8080/metrics/" - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_pulsarbroker_bkpull", + "plugin_type": "Pushgateway", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [], + "rule_list": [], + "table_id": "pushgateway_dbm_pulsarbroker_bkpull.group_default" + }, + { + "table_name": "group1", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [ { - "name": "_subscription", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "subscription", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "pulsar_subscription_back_log", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_back_log", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_back_log_no_delayed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_back_log_no_delayed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_delayed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_delayed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_msg_rate_redeliver", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_msg_rate_redeliver", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_unacked_messages", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_unacked_messages", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_blocked_on_unacked_messages", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_blocked_on_unacked_messages", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_msg_rate_out", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_msg_rate_out", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_msg_ack_rate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_msg_ack_rate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_msg_throughput_out", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_msg_throughput_out", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_out_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_out_bytes_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_out_messages_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_out_messages_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_last_expire_timestamp", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_last_expire_timestamp", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_last_acked_timestamp", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_last_acked_timestamp", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_last_consumed_flow_timestamp", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_last_consumed_flow_timestamp", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_last_consumed_timestamp", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_last_consumed_timestamp", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_last_mark_delete_advanced_timestamp", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_last_mark_delete_advanced_timestamp", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_msg_rate_expired", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_msg_rate_expired", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_total_msg_expired", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_total_msg_expired", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscription_msg_drop_rate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscription_msg_drop_rate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_expired_token_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_expired_token_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_version_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_version_info", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_resource_group_aggregate_usage_secs", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_resource_group_aggregate_usage_secs", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_resource_group_aggregate_usage_secs_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_resource_group_aggregate_usage_secs_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_resource_group_aggregate_usage_secs_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_resource_group_aggregate_usage_secs_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_throttled_connections_global_limit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_throttled_connections_global_limit", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_web_executor_idle_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_web_executor_idle_threads", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_lookup_pending_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_lookup_pending_requests", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_direct_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_direct_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_web_executor_min_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_web_executor_min_threads", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_info", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_web_executor_max_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_web_executor_max_threads", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_load_manager_bundle_assigment_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_load_manager_bundle_assigment_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_load_manager_bundle_assigment_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_load_manager_bundle_assigment_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_resource_group_calculate_quota_secs", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_resource_group_calculate_quota_secs", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_resource_group_calculate_quota_secs_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_resource_group_calculate_quota_secs_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_resource_group_calculate_quota_secs_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_resource_group_calculate_quota_secs_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_topic_load_pending_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_topic_load_pending_requests", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_gc_collection_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_gc_collection_seconds_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_gc_collection_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_gc_collection_seconds_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_committed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_committed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_init", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_init", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_committed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_committed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_init", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_init", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_hit_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_hit_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_miss_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_miss_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_requests_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_requests_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_eviction_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_eviction_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_eviction_weight", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_eviction_weight", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_load_failure_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_load_failure_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_loads_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_loads_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_estimated_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_estimated_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_load_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_load_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "caffeine_cache_load_duration_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "caffeine_cache_load_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_lookup_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_lookup_failures", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_direct_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_direct_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_publish_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_publish_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_publish_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_publish_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_classes_loaded", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_classes_loaded", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_classes_loaded_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_classes_loaded_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_classes_unloaded_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_classes_unloaded_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "log4j2_appender_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "log4j2_appender_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "zk_read_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "zk_read_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "zk_read_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "zk_read_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_buffer_pool_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_buffer_pool_used_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_buffer_pool_capacity_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_buffer_pool_capacity_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_buffer_pool_used_buffers", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_buffer_pool_used_buffers", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_lookup_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_lookup_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_lookup_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_lookup_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_current", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_current", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_daemon", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_daemon", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_peak", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_peak", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_started_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_started_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_deadlocked", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_deadlocked", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_deadlocked_monitor", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_deadlocked_monitor", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_requests_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_requests_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_requests_active", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_requests_active", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_requests_active_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_requests_active_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_request_time_max_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_request_time_max_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_request_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_request_time_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_dispatched_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_dispatched_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_dispatched_active", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_dispatched_active", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_dispatched_active_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_dispatched_active_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_dispatched_time_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_dispatched_time_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_dispatched_time_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_dispatched_time_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_async_requests_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_async_requests_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_async_requests_waiting", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_async_requests_waiting", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_async_requests_waiting_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_async_requests_waiting_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_async_dispatches_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_async_dispatches_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_expires_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_expires_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_responses_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_responses_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_stats_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_stats_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jetty_responses_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jetty_responses_bytes_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "topic_load_times_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "topic_load_times_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "topic_load_times_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "topic_load_times_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "zk_write_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "zk_write_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "zk_write_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "zk_write_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_web_executor_active_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_web_executor_active_threads", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_authentication_success_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_authentication_success_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_lookup_answers", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_lookup_answers", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_lookup_redirects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_lookup_redirects", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_broker_throttled_connections", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_broker_throttled_connections", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_expiring_token_minutes_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_expiring_token_minutes_bucket", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_expiring_token_minutes_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_expiring_token_minutes_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_expiring_token_minutes_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_expiring_token_minutes_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_web_executor_current_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_web_executor_current_threads", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_topics_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_topics_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_subscriptions_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_subscriptions_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_producers_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_producers_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_consumers_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_consumers_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_rate_in", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_rate_in", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_rate_out", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_rate_out", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_throughput_in", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_throughput_in", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_throughput_out", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_throughput_out", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_logical_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_logical_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_rate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_rate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_read_rate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_read_rate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_msg_backlog", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_msg_backlog", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_average_msg_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_average_msg_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_backlog_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_backlog_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_publish_rate_limit_times", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_publish_rate_limit_times", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_offloaded_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_offloaded_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_backlog_quota_limit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_backlog_quota_limit", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_backlog_quota_limit_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_backlog_quota_limit_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_0_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_0_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_10", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_10", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_20", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_20", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_50", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_50", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_100", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_100", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_200", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_200", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_le_1000", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_le_1000", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_overflow", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_overflow", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_write_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_write_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_0_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_0_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_1", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_1", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_5", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_5", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_10", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_10", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_20", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_20", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_50", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_50", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_100", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_100", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_200", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_200", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_le_1000", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_le_1000", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_overflow", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_overflow", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_storage_ledger_write_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_storage_ledger_write_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_128", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_128", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_512", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_512", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_1_kb", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_1_kb", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_2_kb", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_2_kb", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_4_kb", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_4_kb", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_16_kb", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_16_kb", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_100_kb", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_100_kb", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_1_mb", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_1_mb", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_le_overflow", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_le_overflow", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_entry_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_entry_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_in_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_in_bytes_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_in_messages_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_in_messages_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_evictions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_evictions", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_hits_rate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_hits_rate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_hits_throughput", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_hits_throughput", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_misses_rate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_misses_rate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_misses_throughput", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_misses_throughput", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_pool_active_allocations", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_pool_active_allocations", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_pool_active_allocations_huge", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_pool_active_allocations_huge", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_pool_active_allocations_normal", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_pool_active_allocations_normal", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_pool_active_allocations_small", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_pool_active_allocations_small", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_pool_allocated", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_pool_allocated", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_pool_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_pool_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_cache_used_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_cache_used_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_AddEntryBytesRate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_AddEntryBytesRate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_AddEntryErrors", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_AddEntryErrors", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_AddEntryLatencyBuckets", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_AddEntryLatencyBuckets", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_AddEntryLatencyBuckets_OVERFLOW", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_AddEntryLatencyBuckets_OVERFLOW", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_AddEntryMessagesRate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_AddEntryMessagesRate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_AddEntrySucceed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_AddEntrySucceed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_AddEntryWithReplicasBytesRate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_AddEntryWithReplicasBytesRate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_EntrySizeBuckets", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_EntrySizeBuckets", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_EntrySizeBuckets_OVERFLOW", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_EntrySizeBuckets_OVERFLOW", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_LedgerAddEntryLatencyBuckets", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_LedgerAddEntryLatencyBuckets", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_LedgerAddEntryLatencyBuckets_OVERFLOW", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_LedgerAddEntryLatencyBuckets_OVERFLOW", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_LedgerSwitchLatencyBuckets", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_LedgerSwitchLatencyBuckets", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_LedgerSwitchLatencyBuckets_OVERFLOW", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_LedgerSwitchLatencyBuckets_OVERFLOW", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_MarkDeleteRate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_MarkDeleteRate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_NumberOfMessagesInBacklog", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_NumberOfMessagesInBacklog", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_ReadEntriesBytesRate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_ReadEntriesBytesRate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_ReadEntriesErrors", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_ReadEntriesErrors", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_ReadEntriesRate", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_ReadEntriesRate", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_ReadEntriesSucceeded", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_ReadEntriesSucceeded", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_ml_StoredMessagesSize", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_ml_StoredMessagesSize", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_active_connections", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_active_connections", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_connection_closed_total_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_connection_closed_total_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_connection_create_fail_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_connection_create_fail_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_connection_create_success_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_connection_create_success_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_connection_created_total_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_connection_created_total_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_bandwidth_in_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_bandwidth_in_usage", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_bandwidth_out_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_bandwidth_out_usage", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_cpu_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_cpu_usage", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_directMemory_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_directMemory_usage", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_memory_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_memory_usage", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_unload_broker_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_unload_broker_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_unload_bundle_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_unload_bundle_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pulsar_lb_bundles_split_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pulsar_lb_bundles_split_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "cluster", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "_subscription", + "is_diff_metric": false, "is_active": true, + "source_name": "subscription", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "cluster", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "commit", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "commit", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "quantile", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "quantile", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "vendor", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "vendor", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "runtime", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "runtime", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "gc", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "gc", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "area", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "area", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "pool", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "pool", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cache", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cache", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "level", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "level", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "code", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "code", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "provider_name", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "provider_name", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "auth_method", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "auth_method", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "le", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "le", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "namespace", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "namespace", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "partition", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "partition", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "topic", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "topic", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "metric", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "metric", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "broker", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "broker", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "pushgateway_dbm_pulsarbroker_bkpull.group1", - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group1" + "rule_list": [], + "table_id": "pushgateway_dbm_pulsarbroker_bkpull.group1" } ], - "plugin_type": "Pushgateway", "os_type_list": [ "linux", "windows", "linux_aarch64" ] - }, - "collect_type": "Pushgateway", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "pulsar", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_pulsarbroker_bkpull" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarzookeeper_bkpull.zookeeper.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarzookeeper_bkpull.json similarity index 81% rename from dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarzookeeper_bkpull.zookeeper.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarzookeeper_bkpull.json index 72d16b1acb..28703b82b8 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/pulsar.dbm_pulsarzookeeper_bkpull.zookeeper.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_pulsarzookeeper_bkpull.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_pulsarzookeeper_bkpull", "name": "dbm_pulsarzookeeper_bkpull", - "db_type": "pulsar", - "short_name": "zookeeper", "details": { "name": "dbm_pulsarzookeeper_bkpull", + "collect_type": "Pushgateway", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { @@ -26,3079 +27,3366 @@ "password": false, "bk_username": "", "metrics_url": "http://{{ target.host.bk_host_innerip }}:8000/metrics" - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_pulsarzookeeper_bkpull", + "plugin_type": "Pushgateway", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [], + "rule_list": [], + "table_id": "pushgateway_dbm_pulsarzookeeper_bkpull.group_default" + }, + { + "table_name": "group1", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [ { - "name": "prep_processor_queue_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_processor_queue_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "max_proposal_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "max_proposal_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "last_proposal_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "last_proposal_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pending_syncs", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pending_syncs", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_processor_queue_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_processor_queue_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "_key", - "type": "string", - "unit": "none", - "is_active": true, "description": "", - "source_name": "key", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "learners", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learners", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "ack_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "ack_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "ack_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "ack_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "ack_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "ack_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "synced_followers", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "synced_followers", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "synced_non_voting_followers", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "synced_non_voting_followers", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "min_proposal_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "min_proposal_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_handler_qp_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_handler_qp_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_handler_qp_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_handler_qp_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_handler_qp_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_handler_qp_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_handler_qp_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_handler_qp_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_handler_qp_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_handler_qp_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_handler_qp_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_handler_qp_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "quorum_ack_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "quorum_ack_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_process_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_process_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "leader_uptime", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "leader_uptime", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "snapshottime_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "snapshottime_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "snapshottime_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "snapshottime_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "close_session_prep_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "close_session_prep_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "close_session_prep_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "close_session_prep_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_buffer_pool_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_buffer_pool_used_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_buffer_pool_capacity_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_buffer_pool_capacity_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_buffer_pool_used_buffers", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_buffer_pool_used_buffers", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_batch_time_in_commit_processor", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_batch_time_in_commit_processor", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_batch_time_in_commit_processor_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_batch_time_in_commit_processor_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_batch_time_in_commit_processor_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_batch_time_in_commit_processor_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "non_mtls_local_conn_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "non_mtls_local_conn_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "connection_drop_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "connection_drop_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "inflight_diff_count_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "inflight_diff_count_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "inflight_diff_count_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "inflight_diff_count_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "outstanding_changes_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "outstanding_changes_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_flush_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_flush_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_flush_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_flush_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_flush_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_flush_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_processor_queue_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_processor_queue_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_processor_queue_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_processor_queue_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "startup_txns_load_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "startup_txns_load_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "startup_txns_load_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "startup_txns_load_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "tls_handshake_exceeded", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "tls_handshake_exceeded", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "local_sessions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "local_sessions", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "synced_observers", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "synced_observers", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "looking_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "looking_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "revalidate_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "revalidate_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "watch_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "watch_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "quit_leading_due_to_disloyal_voter", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "quit_leading_due_to_disloyal_voter", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "avg_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "avg_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "readlatency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "readlatency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "readlatency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "readlatency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "readlatency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "readlatency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "add_dead_watcher_stall_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "add_dead_watcher_stall_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "time_waiting_empty_pool_in_commit_processor_read_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "time_waiting_empty_pool_in_commit_processor_read_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "time_waiting_empty_pool_in_commit_processor_read_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "time_waiting_empty_pool_in_commit_processor_read_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "time_waiting_empty_pool_in_commit_processor_read_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "time_waiting_empty_pool_in_commit_processor_read_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commit_proc_req_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commit_proc_req_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commit_proc_req_queued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commit_proc_req_queued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commit_proc_req_queued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commit_proc_req_queued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "startup_snap_load_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "startup_snap_load_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "startup_snap_load_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "startup_snap_load_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "auth_failed_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "auth_failed_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sessionless_connections_expired", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sessionless_connections_expired", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "max_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "max_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "proposal_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "proposal_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_processor_queue_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_processor_queue_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_processor_queue_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_processor_queue_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_process_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_process_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_process_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_process_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_process_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_process_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_per_namespace_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_per_namespace_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_per_namespace_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_per_namespace_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_per_namespace", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_per_namespace", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_commit_proc_req_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_commit_proc_req_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_commit_proc_req_queued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_commit_proc_req_queued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_commit_proc_req_queued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_commit_proc_req_queued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "connection_revalidate_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "connection_revalidate_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_gc_collection_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_gc_collection_seconds_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_gc_collection_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_gc_collection_seconds_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "proposal_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "proposal_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "proposal_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "proposal_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "proposal_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "proposal_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "inflight_snap_count_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "inflight_snap_count_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "inflight_snap_count_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "inflight_snap_count_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_pause_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_pause_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_pause_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_pause_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "uptime", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "uptime", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "ensemble_auth_skip", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "ensemble_auth_skip", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "response_packet_cache_hits", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "response_packet_cache_hits", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "znode_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "znode_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_commit_received_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_commit_received_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "stale_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "stale_requests", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "max_client_response_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "max_client_response_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "connection_drop_probability", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "connection_drop_probability", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_info", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "requests_in_session_queue", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "requests_in_session_queue", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "requests_in_session_queue_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "requests_in_session_queue_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "requests_in_session_queue_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "requests_in_session_queue_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_current", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_current", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_daemon", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_daemon", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_peak", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_peak", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_started_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_started_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_deadlocked", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_deadlocked", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_threads_deadlocked_monitor", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_threads_deadlocked_monitor", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "election_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "election_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "election_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "election_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "digest_mismatches_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "digest_mismatches_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_classes_loaded", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_classes_loaded", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_classes_loaded_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_classes_loaded_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_classes_unloaded_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_classes_unloaded_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "min_client_response_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "min_client_response_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "outstanding_changes_removed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "outstanding_changes_removed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commitproc_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commitproc_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commitproc_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commitproc_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commitproc_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commitproc_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commit_proc_issued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commit_proc_issued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commit_proc_issued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commit_proc_issued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commit_proc_issued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commit_proc_issued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "connection_rejected", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "connection_rejected", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_deleted_watch_count_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_deleted_watch_count_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_deleted_watch_count_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_deleted_watch_count_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "request_throttle_wait_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "request_throttle_wait_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "dead_watchers_cleared", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "dead_watchers_cleared", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "stale_requests_dropped", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "stale_requests_dropped", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "unrecoverable_error_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "unrecoverable_error_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "packets_received", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "packets_received", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_propagation_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_propagation_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_propagation_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_propagation_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_propagation_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_propagation_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "connection_request_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "connection_request_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "stale_replies", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "stale_replies", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "netty_queued_buffer_capacity_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "netty_queued_buffer_capacity_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "netty_queued_buffer_capacity_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "netty_queued_buffer_capacity_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_final_proc_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_final_proc_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_final_proc_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_final_proc_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_final_proc_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_final_proc_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "outstanding_tls_handshake", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "outstanding_tls_handshake", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "om_commit_process_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "om_commit_process_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "om_commit_process_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "om_commit_process_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_per_namespace_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_per_namespace_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_per_namespace_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_per_namespace_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_per_namespace", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_per_namespace", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "outstanding_requests", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "outstanding_requests", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_request_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_request_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "log4j2_appender_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "log4j2_appender_total", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "local_write_committed_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "local_write_committed_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "local_write_committed_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "local_write_committed_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "local_write_committed_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "local_write_committed_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_final_proc_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_final_proc_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_final_proc_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_final_proc_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_final_proc_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_final_proc_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "max_file_descriptor_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "max_file_descriptor_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commit_proc_req_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commit_proc_req_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commit_proc_req_queued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commit_proc_req_queued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commit_proc_req_queued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commit_proc_req_queued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_and_flush_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_and_flush_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_and_flush_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_and_flush_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_queue_and_flush_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_queue_and_flush_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_batch_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_batch_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_batch_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_batch_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_processor_batch_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_processor_batch_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_process_time", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_process_time", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_process_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_process_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "sync_process_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "sync_process_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "dbinittime_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "dbinittime_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "dbinittime_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "dbinittime_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "commit_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "commit_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "proposal_ack_creation_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "proposal_ack_creation_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "proposal_ack_creation_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "proposal_ack_creation_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "proposal_ack_creation_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "proposal_ack_creation_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "session_queues_drained", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "session_queues_drained", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "session_queues_drained_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "session_queues_drained_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "session_queues_drained_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "session_queues_drained_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "snap_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "snap_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "fsynctime", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "fsynctime", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "fsynctime_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "fsynctime_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "fsynctime_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "fsynctime_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "response_packet_cache_misses", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "response_packet_cache_misses", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "min_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "min_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "packets_sent", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "packets_sent", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "dead_watchers_cleaner_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "dead_watchers_cleaner_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "dead_watchers_cleaner_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "dead_watchers_cleaner_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commitproc_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commitproc_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commitproc_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commitproc_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "write_commitproc_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "write_commitproc_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "response_packet_get_children_cache_hits", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "response_packet_get_children_cache_hits", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "last_client_response_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "last_client_response_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "quorum_ack_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "quorum_ack_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "quorum_ack_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "quorum_ack_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "large_requests_rejected", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "large_requests_rejected", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_created_watch_count_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_created_watch_count_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_created_watch_count_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_created_watch_count_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "non_mtls_remote_conn_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "non_mtls_remote_conn_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "reads_issued_from_session_queue", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "reads_issued_from_session_queue", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "reads_issued_from_session_queue_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "reads_issued_from_session_queue_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "reads_issued_from_session_queue_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "reads_issued_from_session_queue_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "reads_after_write_in_session_queue", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "reads_after_write_in_session_queue", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "reads_after_write_in_session_queue_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "reads_after_write_in_session_queue_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "reads_after_write_in_session_queue_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "reads_after_write_in_session_queue_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pending_session_queue_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pending_session_queue_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pending_session_queue_size_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pending_session_queue_size_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pending_session_queue_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "pending_session_queue_size_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "global_sessions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "global_sessions", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "propagation_latency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "propagation_latency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "propagation_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "propagation_latency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "propagation_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "propagation_latency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "ensemble_auth_fail", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "ensemble_auth_fail", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "startup_txns_loaded_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "startup_txns_loaded_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "startup_txns_loaded_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "startup_txns_loaded_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "ensemble_auth_success", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "ensemble_auth_success", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_processor_request_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_processor_request_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "open_file_descriptor_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "open_file_descriptor_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "server_write_committed_time_ms", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "server_write_committed_time_ms", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "server_write_committed_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "server_write_committed_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "server_write_committed_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "server_write_committed_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "dead_watchers_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "dead_watchers_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "request_commit_queued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "request_commit_queued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "diff_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "diff_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_process_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_process_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "prep_process_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "prep_process_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_changed_watch_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_changed_watch_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_changed_watch_count_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_changed_watch_count_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_changed_watch_count_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_changed_watch_count_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "approximate_data_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "approximate_data_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "num_alive_connections", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "num_alive_connections", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "learner_proposal_received_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "learner_proposal_received_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commit_proc_issued", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commit_proc_issued", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commit_proc_issued_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commit_proc_issued_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "read_commit_proc_issued_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "read_commit_proc_issued_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "follower_sync_time_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "follower_sync_time_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "follower_sync_time_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "follower_sync_time_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "bytes_received_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "bytes_received_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "connection_token_deficit_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "connection_token_deficit_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "connection_token_deficit_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "connection_token_deficit_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "stale_sessions_expired", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "stale_sessions_expired", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_children_watch_count_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_children_watch_count_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "node_children_watch_count_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "node_children_watch_count_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "updatelatency", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "updatelatency", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "updatelatency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "updatelatency_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "updatelatency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "updatelatency_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "concurrent_request_processing_in_commit_processor_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "concurrent_request_processing_in_commit_processor_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "concurrent_request_processing_in_commit_processor_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "concurrent_request_processing_in_commit_processor_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "ephemerals_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "ephemerals_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_committed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_committed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_bytes_init", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_bytes_init", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_used", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_used", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_committed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_committed", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_max", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_max", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "jvm_memory_pool_bytes_init", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "jvm_memory_pool_bytes_init", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "quorum_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "quorum_size", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "om_proposal_process_time_ms_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "om_proposal_process_time_ms_count", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "om_proposal_process_time_ms_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "om_proposal_process_time_ms_sum", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "response_packet_get_children_cache_misses", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "response_packet_get_children_cache_misses", + "is_diff_metric": false, "is_active": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "pool", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "_key", + "is_diff_metric": false, "is_active": true, + "source_name": "key", + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "pool", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true }, { - "name": "quantile", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "quantile", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "gc", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "gc", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "vendor", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "vendor", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "runtime", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "runtime", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "level", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "level", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "area", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "area", + "is_diff_metric": false, "is_active": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "pushgateway_dbm_pulsarzookeeper_bkpull.group1", - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group1" + "rule_list": [], + "table_id": "pushgateway_dbm_pulsarzookeeper_bkpull.group1" } ], - "plugin_type": "Pushgateway", "os_type_list": [ "linux", "windows", "linux_aarch64" ] - }, - "collect_type": "Pushgateway", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "pulsar", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_pulsarzookeeper_bkpull" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_redis_exporter.redis.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_redis_exporter.json similarity index 80% rename from dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_redis_exporter.redis.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_redis_exporter.json index 7184738630..800cd67929 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_redis_exporter.redis.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_redis_exporter.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_redis_exporter", "name": "dbm_redis_exporter", - "db_type": "redis", - "short_name": "redis", "details": { "name": "dbm_redis_exporter", + "collect_type": "Exporter", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "-redis.addr": "{{ target.host.bk_host_innerip }}:{{ target.service.labels[\"instance_port\"] }}", @@ -29,1299 +30,1367 @@ "host": "127.0.0.1", "port": "9432", "period": 60 - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_redis_exporter", + "plugin_type": "Exporter", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [], - "table_id": "exporter_dbm_redis_exporter.group_default", "rule_list": [], - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group_default" + "table_id": "exporter_dbm_redis_exporter.group_default" }, { + "table_name": "group1", + "table_desc": "group1", "fields": [ { - "name": "redis_rocksdb_disk_expiredkeys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_datadir_df_used_mb", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "redis_datadir_df_usage", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_expired_keys_to_delete", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_datadir_df_total_mb", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "redis_datadir_df_avail_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_perfstat_internal_key_skipped_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_datadir_df_error", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", - "source_name": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "redis_rocksdb_disk_expiredkeys", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_perfstat_internal_delete_skipped_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_expired_keys_to_delete", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "redis_rocksdb_perfstat_internal_key_skipped_count", + "is_diff_metric": false, + "is_active": true, "source_name": "", + "dimensions": [], + "is_manual": true + }, + { + "description": "", + "type": "double", "monitor_type": "metric", - "is_diff_metric": false + "unit": "none", + "name": "redis_rocksdb_perfstat_internal_delete_skipped_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_level_deletions", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_deletions", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "store", "level" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_level_entries", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_entries", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "level", "store" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_level_files", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_files", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "level", "store" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_level_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_size", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "store", "level" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "go_gc_duration_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_stats_messages_fail_received", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_stats_messages_fail_received", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_scrape_duration_seconds_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_scrape_duration_seconds_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_scrape_duration_seconds_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_scrape_duration_seconds_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_binlogcf_sst_files_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_binlogcf_sst_files_size", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_pending", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_pending", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_cur_size_all_mem_tables", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_cur_size_all_mem_tables", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_estimate_live_data_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_estimate_live_data_size", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_estimate_num_keys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_estimate_num_keys", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_estimate_pending_compaction_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_estimate_pending_compaction_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_estimate_table_readers_mem", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_estimate_table_readers_mem", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_kvstore_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_kvstore_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_live_sst_files_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_live_sst_files_size", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_mem_table_flush_pending", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_mem_table_flush_pending", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_total_memory", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_total_memory", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_total_sst_files_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_total_sst_files_size", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_commands_cost_ns_", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_commands_cost_ns_", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_stats_messages_ping_received", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_stats_messages_ping_received", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rdb_changes_since_last_save", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rdb_changes_since_last_save", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_merge_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_merge_failures", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_expire_keys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_expire_keys", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_write_self", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_write_self", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_scripts_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_scripts_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_config_maxclients", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_config_maxclients", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_db_prev_found", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_db_prev_found", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_target_scrape_request_errors_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_target_scrape_request_errors_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_loading_dump_file", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_loading_dump_file", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_data_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_data_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rdb_bgsave_in_progress", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rdb_bgsave_in_progress", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_goroutines", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_goroutines", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_backup", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_backup", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_db_seek_found", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_db_seek_found", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_getupdatessince_calls", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_getupdatessince_calls", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_superversion_acquires", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_superversion_acquires", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_commands_send_packet_cost_ns_", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_commands_send_packet_cost_ns_", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_repl_backlog_is_active", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_repl_backlog_is_active", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_defrag_hits", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_defrag_hits", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cpu_sys_main_thread_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cpu_sys_main_thread_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_index_bytes_insert", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_index_bytes_insert", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_replica_resyncs_full", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_replica_resyncs_full", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_optimized_del_drop_obsolete", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_optimized_del_drop_obsolete", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_allocator_resident_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_allocator_resident_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_repl_backlog_first_byte_offset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_repl_backlog_first_byte_offset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_objects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_objects", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_row_cache_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_row_cache_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_buck_hash_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_buck_hash_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_rss_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_rss_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_net_input_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_net_input_bytes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_level_size_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_size_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_commands_in_queue", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_commands_in_queue", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mspan_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_commands_workpool_execute_cost_ns_", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_commands_workpool_execute_cost_ns_", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_db_next_found", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_db_next_found", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_master_sync_in_progress", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_master_sync_in_progress", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "master_host", "master_port" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_pubsub_channels", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_pubsub_channels", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_level_files_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_files_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cachecompressed_add", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cachecompressed_add", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_other_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_other_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_superversion_releases", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_superversion_releases", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_module_fork_in_progress", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_module_fork_in_progress", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_last_scrape_error", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_last_scrape_error", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "err" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_l0_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_l0_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_db_next", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_db_next", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_enabled", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_enabled", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_last_scrape_connect_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_last_scrape_connect_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_last_rewrite_duration_sec", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_last_rewrite_duration_sec", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_slots_assigend", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_slots_assigend", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_commands_processed_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_commands_processed_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_module_fork_last_cow_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_module_fork_last_cow_size", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_db_mutex_wait_micros", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_db_mutex_wait_micros", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_keyspace_misses_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_keyspace_misses_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_memtable_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_memtable_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_index_add", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_index_add", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rdb_last_bgsave_status", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rdb_last_bgsave_status", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_auth", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_auth", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_bloom_filter_prefix_useful", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_bloom_filter_prefix_useful", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_index_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_index_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rdb_current_bgsave_duration_sec", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rdb_current_bgsave_duration_sec", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_idle_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_idle_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_select", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_select", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_blockcache_usage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_blockcache_usage", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_commands_failed_calls_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_commands_failed_calls_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "cmd" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_filter_add", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_filter_add", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_blockcache_capacity", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_blockcache_capacity", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_tracking_total_prefixes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_tracking_total_prefixes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_commands_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_commands_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "cmd" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_connections_received_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_connections_received_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mcache_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mcache_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rdb_last_bgsave_duration_sec", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rdb_last_bgsave_duration_sec", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_write_timeout", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_write_timeout", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_connected_slave_binlog_lag", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_connected_slave_binlog_lag", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "slave_ip", "slave_port", "slave_state" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_instance_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_instance_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "process_id", "run_id", @@ -1333,3332 +1402,3347 @@ "redis_build_id", "role" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_commands_executed_in_workpool_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_commands_executed_in_workpool_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_lua_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_lua_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_commands_rejected_calls_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_commands_rejected_calls_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "cmd" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_cpu_user_main_thread_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cpu_user_main_thread_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_sim_block_cache_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_sim_block_cache_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "version" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_process_id", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_process_id", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_bytes_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_bytes_read", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_datadir_size_kb", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_datadir_size_kb", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_data_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_data_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compact_write_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compact_write_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_replica_partial_resync_accepted", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_replica_partial_resync_accepted", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_overhead_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_overhead_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_connected_slaves", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_connected_slaves", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_level_entries_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_entries_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cpu_sys_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cpu_sys_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_filter_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_filter_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_deleting_expire_keys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_deleting_expire_keys", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_stats_messages_ping_sent", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_stats_messages_ping_sent", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_bytes_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_bytes_read", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_row_cache_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_row_cache_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rejected_connections_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rejected_connections_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_key_drop_user", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_key_drop_user", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_slowlog_last_id", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_slowlog_last_id", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_l2andup_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_l2andup_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_stats_messages_pong_sent", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_stats_messages_pong_sent", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_stats_messages_meet_sent", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_stats_messages_meet_sent", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_slots_ok", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_slots_ok", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_multiget_keys_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_multiget_keys_read", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_applybinlogsv2", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_applybinlogsv2", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_blocked_clients", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_blocked_clients", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_mem_clients_slaves", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_mem_clients_slaves", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_invalid_packets", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_invalid_packets", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_filter_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_filter_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_net_output_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_net_output_bytes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_replica_partial_resync_denied", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_replica_partial_resync_denied", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_last_cow_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_last_cow_size_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_enabled", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_enabled", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_cancelled", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_cancelled", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_wal_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_wal_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_client", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_client", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_ping", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_ping", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_superversion_cleanups", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_superversion_cleanups", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_keyspace_wrong_versionep", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_keyspace_wrong_versionep", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_key_drop_range_del", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_key_drop_range_del", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_expired_stale_percentage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_expired_stale_percentage", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_up", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_up", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_filter_operation_time_nanos", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_filter_operation_time_nanos", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_db_avg_ttl_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_db_avg_ttl_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "db" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "go_memstats_lookups_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_lookups_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_db_prev", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_db_prev", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_config_maxmemory_policy", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_config_maxmemory_policy", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_expired_time_cap_reached_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_expired_time_cap_reached_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_block_compressed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_block_compressed", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_last_gc_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_last_gc_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_cluster", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_cluster", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_bytes_written", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_bytes_written", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_released_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_released_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_max_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_second_repl_offset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_second_repl_offset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_clients_in_timeout_table", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_clients_in_timeout_table", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_bloom_filter_prefix_checked", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_bloom_filter_prefix_checked", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_merge_operation_time_nanos", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_merge_operation_time_nanos", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_pubsub_patterns", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_pubsub_patterns", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_rewrite_in_progress", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_rewrite_in_progress", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_memtable_compaction_micros", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_memtable_compaction_micros", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_compaction_key_drop_new", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_compaction_key_drop_new", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_allocator_rss_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_allocator_rss_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_mem_fragmentation_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_mem_fragmentation_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_confxx", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_confxx", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_unseen", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_unseen", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_stricky_packets", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_stricky_packets", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rdb_last_cow_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rdb_last_cow_size_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_db_iter_bytes_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_db_iter_bytes_read", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_migrate_cached_sockets_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_migrate_cached_sockets_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_db_keys_expiring", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_db_keys_expiring", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "db" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + ], + "is_manual": true }, { - "name": "redis_master_link_up", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_master_link_up", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "master_host", "master_port" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_read_amp_total_read_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_read_amp_total_read_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_slots_fail", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_slots_fail", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_dataset_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_dataset_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_stall_micros", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_stall_micros", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_slots_pfail", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_slots_pfail", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_sim_block_cache_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_sim_block_cache_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_error_replies", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_error_replies", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_slowlog", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_slowlog", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_multiget_get", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_multiget_get", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_iter_skip", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_iter_skip", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_io_threaded_reads_processed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_io_threaded_reads_processed", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_connections", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_connections", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_last_key_groups_scrape_duration_milliseconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_last_key_groups_scrape_duration_milliseconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_binlog_heartbeat", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_binlog_heartbeat", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rdb_last_save_timestamp_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rdb_last_save_timestamp_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_no_file_closes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_no_file_closes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cachecompressed_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cachecompressed_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_db_seek", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_db_seek", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_l0_num_files_stall_micros", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_l0_num_files_stall_micros", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_io_threads_active", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_io_threads_active", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_set", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_set", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_clients", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_clients", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_index_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_index_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_tracking_total_items", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_tracking_total_items", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_defrag_misses", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_defrag_misses", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_defrag_key_misses", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_defrag_key_misses", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_io_threaded_writes_processed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_io_threaded_writes_processed", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_config_maxmemory", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_config_maxmemory", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_scrape_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_scrape_duration_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_compact_read_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_compact_read_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_master_last_io_seconds_ago", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_master_last_io_seconds_ago", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "master_host", "master_port" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_slave_priority", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_slave_priority", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_level_deletions_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_level_deletions_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_writes_processed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_writes_processed", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_mem_clients_normal", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_mem_clients_normal", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_uptime_in_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_uptime_in_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_slave_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_slave_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "master_host", "master_port", "read_only" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_block_cachecompressed_add_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cachecompressed_add_failures", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_slave_repl_offset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_slave_repl_offset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "master_host", "master_port" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_blockcache_pinnedusage", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_blockcache_pinnedusage", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_slave_expires_tracked_keys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_slave_expires_tracked_keys", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_allocator_allocated_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_allocator_allocated_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_messages_sent_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_messages_sent_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_persistent_cache_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_persistent_cache_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_buffer_length", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_buffer_length", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_commands_execute_cost_ns_", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_commands_execute_cost_ns_", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_bloom_filter_useful", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_bloom_filter_useful", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_peak_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_peak_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_lazyfree_pending_objects", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_lazyfree_pending_objects", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_add_failures", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_add_failures", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_rewrite_scheduled", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_rewrite_scheduled", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_tracking_clients", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_tracking_clients", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mspan_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mspan_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_rate_limiter_drains", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_rate_limiter_drains", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_known_nodes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_known_nodes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_pending_rewrite", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_pending_rewrite", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_master_repl_offset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_master_repl_offset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_messages_received_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_messages_received_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_block_not_compressed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_block_not_compressed", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_connected_slave_lag_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_connected_slave_lag_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "slave_ip", "slave_port", "slave_state" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_aof_base_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_base_size_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_mem_fragmentation_ratio", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_mem_fragmentation_ratio", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_dump_payload_sanitizations", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_dump_payload_sanitizations", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_add", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_add", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_defrag_key_hits", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_defrag_key_hits", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_last_bgrewrite_status", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_last_bgrewrite_status", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cpu_user_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cpu_user_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_slowlog_length", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_slowlog_length", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_last_write_status", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_last_write_status", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_connected_clients", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_connected_clients", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_size", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_size", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_allocator_rss_ratio", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_allocator_rss_ratio", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_adminset", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_adminset", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_stack_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_stack_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_l1_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_l1_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_filter_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_filter_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_next_gc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_next_gc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_mem_not_counted_for_eviction_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_mem_not_counted_for_eviction_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_rewrite_buffer_length", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_rewrite_buffer_length", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_delayed_fsync", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_delayed_fsync", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_wal_synced", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_wal_synced", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_frees_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_frees_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_latest_fork_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_latest_fork_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_stats_messages_meet_received", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_stats_messages_meet_received", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_block_decompressed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_block_decompressed", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_direct_load_table_properties", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_direct_load_table_properties", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_write_wal", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_write_wal", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_write_other", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_write_other", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_commands_workpool_queue_cost_ns_", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_commands_workpool_queue_cost_ns_", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_current_epoch", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_current_epoch", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_memory_used_startup_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_memory_used_startup_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cachecompressed_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cachecompressed_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_kv_expired_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_kv_expired_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_bg_error_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_bg_error_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_client_recent_max_input_buffer_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_client_recent_max_input_buffer_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_expired_keys_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_expired_keys_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_active_defrag_running", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_active_defrag_running", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_compaction_range_del_drop_obsolete", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_compaction_range_del_drop_obsolete", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cpu_user_children_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cpu_user_children_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_db_keys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_db_keys", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "db" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_number_reseeks_iteration", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_reseeks_iteration", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_keys_written", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_keys_written", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_tracking_total_keys", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_tracking_total_keys", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_filter_bytes_insert", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_filter_bytes_insert", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_state", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_state", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_commands_duration_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_commands_duration_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "cmd" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_client_recent_max_output_buffer_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_client_recent_max_output_buffer_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_data_bytes_insert", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_data_bytes_insert", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_persistent_cache_miss", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_persistent_cache_miss", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_read_amp_estimate_useful_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_read_amp_estimate_useful_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_filter_bytes_evict", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_filter_bytes_evict", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_allocator_frag_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_allocator_frag_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_evicted_keys_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_evicted_keys_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_connected_slave_offset_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_connected_slave_offset_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "slave_ip", "slave_port", "slave_state" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_cmdstat_readonly", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_readonly", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_gc_sys_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_gc_sys_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_number_keys_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_number_keys_read", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_data_add", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_data_add", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_last_slow_execution_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_last_slow_execution_duration_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_repl_backlog_history_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_repl_backlog_history_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_total_reads_processed", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_total_reads_processed", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_num_iterators", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_num_iterators", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_keys_updated", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_keys_updated", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_scrapes_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_scrapes_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_replication_backlog_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_replication_backlog_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_threads", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_current_rewrite_duration_sec", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_current_rewrite_duration_sec", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_flush_write_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_flush_write_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cpu_sys_children_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cpu_sys_children_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_memtable_hit", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_memtable_hit", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_last_scrape_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_last_scrape_duration_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_heap_inuse_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_heap_inuse_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cluster_stats_messages_pong_received", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_stats_messages_pong_received", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_keyspace_hits_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_keyspace_hits_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_no_file_errors", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_no_file_errors", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_scanpoint", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_scanpoint", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_no_file_opens", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_no_file_opens", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_compaction_key_drop_obsolete", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_compaction_key_drop_obsolete", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_exporter_build_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_exporter_build_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "golang_version", "version", "build_date", "commit_sha" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "process_virtual_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_max_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_errors_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_errors_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "err" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_cluster_my_epoch", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cluster_my_epoch", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_alloc_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_alloc_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_rate_limit_delay_millis", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_rate_limit_delay_millis", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_deletes_filtered", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_deletes_filtered", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_number_multiget_bytes_read", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_number_multiget_bytes_read", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_pending_bio_fsync", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_pending_bio_fsync", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_cmdstat_dbsize", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_cmdstat_dbsize", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_config_io_threads", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_config_io_threads", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_dbstats_block_cache_bytes_write", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_dbstats_block_cache_bytes_write", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_gc_duration_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_gc_duration_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "quantile" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_rocksdb_l0_slowdown_micros", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_l0_slowdown_micros", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_rocksdb_block_cache_index_bytes_evict", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_rocksdb_block_cache_index_bytes_evict", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_allocator_frag_ratio", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_allocator_frag_ratio", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_number_of_cached_scripts", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_number_of_cached_scripts", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_aof_current_size_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_aof_current_size_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "go_memstats_mallocs_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "go_memstats_mallocs_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_allocator_active_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_allocator_active_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "redis_unexpected_error_replies", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "redis_unexpected_error_replies", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [], + "is_manual": true + }, + { "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "fs_type", + "is_diff_metric": false, + "is_active": true, "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "store", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "mount_point", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "level", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "store", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "quantile", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "level", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "slave_ip", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "quantile", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "slave_state", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "slave_ip", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "maxmemory_policy", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "slave_state", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_mode", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "maxmemory_policy", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "os", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "redis_mode", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_build_id", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "os", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "redis_version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "redis_build_id", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "role", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "redis_version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "run_id", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "role", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "tcp_port", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "run_id", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "tcp_port", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "master_port", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "build_date", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "master_port", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "commit_sha", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "build_date", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "golang_version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "commit_sha", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "master_host", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "golang_version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "err", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "master_host", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "cmd", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "err", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "slave_port", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cmd", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "process_id", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "slave_port", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "db", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "process_id", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "read_only", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "db", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", "monitor_type": "dimension", - "is_diff_metric": false + "unit": "none", + "name": "read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true } ], - "table_id": "exporter_dbm_redis_exporter.group1", "rule_list": [], - "table_desc": "group1", - "table_name": "group1" + "table_id": "exporter_dbm_redis_exporter.group1" } ], - "plugin_type": "Exporter", "os_type_list": [ "linux" ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "redis", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_redis_exporter" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/dbm_spider_exporter.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_spider_exporter.json new file mode 100644 index 0000000000..b0b09c6fba --- /dev/null +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_spider_exporter.json @@ -0,0 +1,202388 @@ +{ + "bk_biz_id": 0, + "name": "dbm_spider_exporter", + "details": { + "name": "dbm_spider_exporter", + "collect_type": "Exporter", + "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], + "params": { + "plugin": { + "--config.my-cnf": "/etc/{{ target.service.labels[\"exporter_conf_path\"] }}", + "--web.listen-address": "${host}:${port}", + "--collect.datadir_size": "true", + "--collect.global_status": "", + "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { + "app": "app", + "appid": "appid", + "instance": "instance", + "cluster_name": "cluster_name", + "cluster_type": "cluster_type", + "instance_host": "instance_host", + "instance_role": "instance_role", + "cluster_domain": "cluster_domain" + }, + "--collect.global_variables": "true", + "--collect.slave_status_ext": "false", + "--collect.engine_innodb_status": "false", + "--collect.info_schema.innodb_trx": "false", + "--collect.infodba_schema.heartbeat": "false", + "--collect.info_schema.innodb_metrics": "false", + "--collect.info_schema.query_response_time": "true", + "--collect.auto_increment_ext.columns --collect.auto_increment_ext.interval=1h": "false", + "--collect.info_schema.processlist_ext --collect.info_schema.processlist_ext.by_user": "true", + "--collect.info_schema.tables_ext --collect.info_schema.tables_ext.interval=1h --collect.info_schema.tables_ext.databases=*": "false" + }, + "collector": { + "host": "127.0.0.1", + "port": "7000", + "period": 60 + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" + }, + "plugin_info": { + "plugin_id": "dbm_mysqld_exporter", + "plugin_type": "Exporter", + "metric_json": [ + { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_up", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "bkm_metricbeat_endpoint_up", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_exporter_scrape_errors_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "collector", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "collector", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_access_denied_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_cache_items_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_column_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_database_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_function_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_package_body_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_package_spec_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_procedure_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_roles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_role_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_table_grants", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_acl_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_blocks_not_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_blocks_unused", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_blocks_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_read_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_pagecache_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_aria_transaction_log_syncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_bytes_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_commits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commit_trigger_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commit_trigger_lock_wait", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_binlog_group_commit_trigger_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_busy_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_column_compressions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_column_decompressions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_cpu_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_delete_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_empty_queries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_executed_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_executed_triggers", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_check_constraint", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_custom_aggregate_functions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_delay_key_write", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_dynamic_columns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_fulltext", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_gis", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_invisible_columns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_json", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_locale", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_subquery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_system_versioning", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_timezone", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_trigger", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_window_functions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_feature_xml", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_buffer_pool_load_incomplete", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_current_row_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_deadlocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_defragment_compression_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_defragment_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_defragment_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_descriptors_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_key_rotation_list_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_num_key_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_merge_blocks_decrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_merge_blocks_encrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_rowlog_blocks_decrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_n_rowlog_blocks_encrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_estimated_iops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_modified", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_read_from_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_encryption_rotation_pages_read_from_disk", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_atomic_builtins", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_bzip2", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_lz4", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_lzma", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_lzo", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_punch_hole", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_have_snappy", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_history_list_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_discarded_deletes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_discarded_delete_marks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_discarded_inserts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merged_deletes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merged_delete_marks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merged_inserts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_merges", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_ibuf_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_instant_alter_column", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mem_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mutex_os_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mutex_spin_rounds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_mutex_spin_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_index_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_non_index_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_decrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_encrypted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_page_compressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_page_compression_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_pages_page_decompressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_num_page_compressed_trim_op", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_onlineddl_pct_progress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_onlineddl_rowlog_pct_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_onlineddl_rowlog_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_pages0_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_page_compression_saved", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_read_views_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_reorganizations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_splits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_missing_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_out_of_filespace", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_underflow", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_background_page_split_failures_unknown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_scrub_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_deleted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_inserted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_system_rows_updated", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_s_lock_os_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_s_lock_spin_rounds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_s_lock_spin_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_active", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_explicit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_implicit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_undo_tablespaces_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_x_lock_os_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_x_lock_spin_rounds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_innodb_x_lock_spin_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_key_blocks_warm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_master_gtid_wait_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_master_gtid_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_master_gtid_wait_timeouts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_statement_time_exceeded", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_statement_time_set", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_statement_time_set_failed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_max_thread_id_on_kill", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_memory_used_initial", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_aborted_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_bytes_received", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_bytes_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connections_accepted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connections_closed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connections_rejected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connection_accept_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_connection_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_create_view", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_delete", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_drop_view", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_find", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_insert", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_modify_view", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_crud_update", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_cursor_close", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_cursor_fetch", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_cursor_open", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_errors_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_errors_unknown_message_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_expect_close", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_expect_open", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_init_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notice_global_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notice_other_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notice_warning_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_notified_by_group_replication", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_prep_deallocate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_prep_execute", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_prep_prepare", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_rows_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_accepted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_closed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_fatal_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_killed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_sessions_rejected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_ctx_verify_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_ctx_verify_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_finished_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_ssl_server_not_after", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "collector", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instrumentation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "level", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_host_id", + "description": "\u91c7\u96c6\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "time", + "description": "\u6570\u636e\u4e0a\u62a5\u65f6\u95f4", + "unit": "", + "type": "timestamp" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_agent_id", + "description": "Agent ID", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instrumentation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "master_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "connection_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "channel_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "master_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "master_uuid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_create_collection", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_create_collection_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_disable_notices", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_drop_collection", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_drop_collection_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_enable_notices", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_ensure_collection", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_execute_mysqlx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_execute_sql", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_execute_xplugin", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_kill_client", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_list_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_list_notices", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_list_objects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_stmt_ping", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_worker_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_mysqlx_worker_threads_active", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_opened_plugin_libraries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_opened_views", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_performance_schema_lost_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instrumentation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rows_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rows_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rows_tmp_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_get_ack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_net_avg_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_net_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_net_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_no_times", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_no_tx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_request_ack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_status", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_timefunc_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_tx_avg_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_tx_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_tx_wait_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_wait_pos_backtraverse", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_wait_sessions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_master_yes_tx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_slave_send_ack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_semi_sync_slave_status", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_rpl_transactions_multi_engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_secondary_engine_execution_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slaves_connected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slaves_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slave_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slave_last_heartbeat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_slave_skipped_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sort_priority_queue_sorts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_aggregate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_delete", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_order_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_direct_update", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_mon_table_cache_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_mon_table_cache_version_req", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_spider_parallel_search", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasync_delay_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_acks_to_master", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_deal_trx_by_ans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_deal_trx_by_fast_ans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_exceed_warn_num", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_get_slave_ans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_get_slave_ans_skip", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_slave_recv_txns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_slave_relaylog_syncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_sqlasyn_timeout_num", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_ssl_server_not_after", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_ssl_server_not_before", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_subquery_cache_hit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_subquery_cache_miss", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_syncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_table_open_cache_active_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_threads_extra_connected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_total_innodb_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_total_pfs_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_total_server_memory_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_transactions_gtid_foreign_engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_transactions_multi_engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_status_update_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_activate_all_roles_on_login", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_admin_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_alter_query_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_checkpoint_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_checkpoint_log_activity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_encrypt_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_force_start_after_recovery_failures", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_group_commit_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_log_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_max_sort_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_age_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_division_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_pagecache_file_hash_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_page_checksum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_repair_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_aria_used_for_temp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_annotate_row_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_commit_wait_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_commit_wait_usec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_encryption", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_expire_logs_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_file_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_optimize_thread_scheduling", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_rotate_encryption_master_key_at_startup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_row_event_max_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_binlog_transaction_dependency_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_caching_sha2_password_auto_generate_rsa_keys", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_cdb_fire_wall_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_cdb_skip_event_scheduler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_check_constraint_checks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_column_compression_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_column_compression_zlib_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_column_compression_zlib_wrap", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_create_admin_listener_thread", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_cte_max_recursion_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_ddl_execute_by_ctl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_search_depth_long", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_search_depth_short", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_timeout_long", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_deadlock_timeout_short", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_debug_no_thread_alarm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_default_table_encryption", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_encrypt_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_encrypt_tmp_disk_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_encrypt_tmp_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_expensive_subquery_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_generated_random_password_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_deployment_step", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_domain_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_ignore_duplicates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_gtid_strict_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_histogram_generation_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_histogram_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_idle_readonly_transaction_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_idle_transaction_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_idle_write_transaction_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_information_schema_stats_expiry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_adaptive_hash_index_partitions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_additional_mem_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_async_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_async_truncate_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_check_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_compressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_background_scrub_data_uncompressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_buffer_pool_populate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_buf_dump_status_frequency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_compression_default", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_create_use_gcs_real_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_dedicated_server", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_default_encryption_key_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_fill_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_fill_factor_n_recs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_frequency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_n_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_defragment_stats_accuracy", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encryption_rotate_key_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encryption_rotation_iops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encryption_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encrypt_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_encrypt_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_fake_changes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_fatal_semaphore_wait_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_force_primary_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_fsync_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_get_real_datetime_for_instant", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_hot_update_detect", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_hot_update_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_idle_flush_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_immediate_scrub_data_uncompressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_locking_fake_changes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_archive", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_arch_expire_sec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_spin_cpu_abs_lwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_spin_cpu_pct_hwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_log_wait_for_flush_spin_hwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_max_concurrent_hot_update", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_max_pending_sync_ios", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_max_tablespace_shards", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_min_column_compress_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_mirrored_log_groups", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_page_cleaner_adaptive_sleep", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_page_cleaner_sleep_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_page_flush_strategy", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_parallel_read_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_pending_ios_per_thread", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_prefix_index_cluster_optimization", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_print_ddl_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_redo_log_encrypt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_rseg_init_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_sched_priority_cleaner", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_scrub_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_scrub_log_speed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_spin_wait_pause_multiplier", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_stats_modified_counter", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_stats_traditional", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_temp_tablespace_fast_cleanup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_undo_log_encrypt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_use_atomic_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_use_sys_malloc", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_zlib_column_compression_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_innodb_zstd_column_compression_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_join_buffer_space_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_join_cache_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_keyring_operations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_key_cache_file_hash_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_key_cache_segments", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_log_slow_extra", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_log_sql_use_mutil_partition", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_log_tc_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_long_data_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_recursive_iterations", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_session_mem_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_max_statement_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mrr_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_myisam_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysql56_temporal_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_connect_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_document_id_unique_prefix", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_enable_hello_notice", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_idle_worker_thread_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_interactive_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_max_allowed_packet", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_min_worker_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_port_open_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_read_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_mysqlx_write_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_optimizer_selectivity_sampling_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_optimizer_use_condition_selectivity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_partial_revokes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_password_history", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_password_require_current", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_password_reuse_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_error_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_events_statements_histogram_base_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_events_statements_histogram_bucket_number", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_performance_schema_max_digest_sample_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_persisted_globals_load", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_print_bool_as_literal", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_print_identified_with_as_hex", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_progress_report_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_regexp_stack_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_regexp_time_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_relay_log_sync_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_relay_log_sync_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_relay_log_sync_txn_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_replicate_annotate_row_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rowid_merge_buff_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_read_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_trace_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_master_wait_no_slave", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_delay_master", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_kill_conn_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_rpl_semi_sync_slave_trace_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_schema_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_secondary_engine_cost_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_secure_timestamp", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_show_create_table_verbosity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_simplified_binlog_gtid_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_domain_parallel_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_parallel_max_queued", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_parallel_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_run_triggers_for_rbr", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slave_transaction_retry_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_slow_query_log_timestamp_always", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_auto_increment_mode_switch", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_auto_increment_mode_value", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_auto_increment_step", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_dml", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_first_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bgs_second_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bulk_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bulk_update_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_bulk_update_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_connect_retry_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_connect_retry_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_connect_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_conn_recycle_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_conn_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_dup_insert", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_insert_ignore", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_limit_in_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_limit_in_select", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_direct_order_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_error_when_flush_server", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_fetch_minimum_columns", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_first_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_force_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_general_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_get_sts_or_crd", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_group_by_handler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_idle_conn_recycle_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_create_like", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_single_select_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_ignore_single_update_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_index_hint_pushdown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_offset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_sql_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_xa", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_xa_id_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_internal_xa_snapshot", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_log_result_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_log_result_error_with_sql", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_low_mem_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_max_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_modify_status_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_net_read_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_net_write_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_not_convert_binary", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_not_show_partition", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_parallel_group_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_parallel_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_query_one_shard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_quick_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_quick_mode_only_select", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_quick_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_read_only_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_remote_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_remote_sql_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_remote_trx_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_rone_shard_switch", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_second_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_select_min_for_trivial_fields", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_split_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_split_read_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_trx", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_semi_trx_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_slow_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_split_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_status_least", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_string_key_equal_to_like", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_sync_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_sync_time_zone", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_sync_trx_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_transaction_one_shard", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_trans_rollback", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_update_with_primary_key_first", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_use_all_conns_snapshot", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_use_consistent_snapshot", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_with_begin_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_spider_xa_register_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasyn", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasync_after_sync", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasyntimeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sqlasynwarntimeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sql_require_primary_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_sql_slow_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_ssl_fips_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_standard_compliant_cte", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_stored_program_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_strict_password_validation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_strict_string_validity_check_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tablespace_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_table_encryption_privilege_check", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tcp_keepalive_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tcp_keepalive_probes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tcp_keepalive_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tdsql_allow_async", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tdsql_relay_log_opt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_temptable_max_ram", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_temptable_use_mmap", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_concurrency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_eager_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_listen_eager_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_oversubscribe_parall", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_oversubscribe_parall_num", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_oversubscribe_parall_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_prio_kickup_timer", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_thread_pool_queue_congest_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_timed_mutexes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tmp_disk_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_tmp_memory_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_convert_memory_to_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_convert_myisam_to_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_enable_resource_statistics", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_txsql_kill_idle_trans_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_global_variables_windowing_use_high_precision", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_buffer_pool_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_dml_dml_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlock_false_positives_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlock_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_lock_lock_threads_waiting", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_log_log_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_log_log_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_log_log_write_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_info_schema_innodb_metrics_metadata_metadata_mem_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_slave_status_get_master_public_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "", + "name": "mysql_transaction_isolation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "level", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.group_default" + }, + { + "table_name": "gstatus", + "table_desc": "mysql_global_status", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_aborted_clients", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_aborted_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_cache_disk_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_cache_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_snapshot_position", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_stmt_cache_disk_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_binlog_stmt_cache_use", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_bytes_received", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_bytes_sent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_compression", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_created_tmp_disk_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_created_tmp_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_created_tmp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_delayed_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_delayed_insert_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_delayed_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_flush_commands", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_available_undo_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_background_log_sync", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_bytes_data", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_bytes_dirty", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_ahead", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_ahead_evicted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_ahead_rnd", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_read_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_wait_free", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffer_pool_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_buffered_aio_submitted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_checkpoint_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_checkpoint_max_age", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_pending_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_pending_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_pending_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_data_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_dblwr_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_dblwr_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_ibuf_free_list", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_ibuf_segment_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_log_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_log_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_log_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_lsn_current", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_lsn_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_lsn_last_checkpoint", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_master_thread_active_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_master_thread_idle_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_max_trx_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_mem_adaptive_hash", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_mem_dictionary", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_num_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_oldest_view_low_limit_trx_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_pending_fsyncs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_pending_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_os_log_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_pages_created", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_pages_read", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_pages_written", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_purge_trx_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_purge_undo_no", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_current_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_time_avg", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_lock_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_data_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_deleted_recs_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_pages_contiguous", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_pages_disjointed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_scan_pages_total_seek_distance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads_avoided", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_truncated_status_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_blocks_not_flushed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_blocks_unused", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_blocks_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_read_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_reads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_write_requests", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_key_writes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_last_query_cost", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_last_query_partial_plans", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_locked_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_execution_time_exceeded", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_execution_time_set", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_execution_time_set_failed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_used_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_max_used_connections_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_not_flushed_delayed_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ongoing_anonymous_transaction_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_streams", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_table_definitions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_open_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_opened_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_opened_table_definitions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_opened_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_prepared_stmt_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_free_blocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_free_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_inserts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_lowmem_prunes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_not_cached", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_queries_in_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_qcache_total_blocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_queries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_questions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_full_join", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_full_range_join", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_range", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_range_check", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_select_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_heartbeat_period", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_open_temp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_received_heartbeats", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_retried_transactions", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slave_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slow_launch_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_slow_queries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_merge_passes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_range", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_sort_scan", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_accept_renegotiates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_callback_cache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_client_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_connect_renegotiates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_ctx_verify_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_ctx_verify_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_default_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_finished_accepts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_finished_connects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_misses", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_overflows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_session_cache_timeouts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_sessions_reused", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_used_session_cache_entries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_verify_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_ssl_verify_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_locks_immediate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_locks_waited", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_open_cache_hits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_open_cache_misses", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_table_open_cache_overflows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_tc_log_max_pages_used", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_tc_log_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_tc_log_page_waits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threadpool_idle_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threadpool_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_cached", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_connected", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_created", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_threads_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_uptime", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_uptime_since_flush_status", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_buffer_pool_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "state" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_commands_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "command" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "command", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_buffer_pool_page_changes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "operation" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "operation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_innodb_row_ops_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "operation" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "operation", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_handlers_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "handler" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "handler", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_status_connection_errors_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "error" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "error", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "command", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "operation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "handler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.gstatus" + }, + { + "table_name": "gvars", + "table_desc": "mysql_global_variables", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_auto_generate_certs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_auto_increment_increment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_auto_increment_offset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_autocommit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_automatic_sp_privileges", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_avoid_temporal_upgrade", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_back_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_big_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_direct_non_transactional_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_group_commit_sync_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_group_commit_sync_no_delay_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_gtid_simple_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_max_flush_queue_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_order_commits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_rows_query_log_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_binlog_stmt_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_blob_compressed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_bulk_insert_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_check_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_connect_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_core_file", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_datetime_precision_use_v1", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_default_password_lifetime", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_default_week_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delay_key_write", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delayed_insert_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delayed_insert_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_delayed_queue_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_disconnect_on_expired_password", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_div_precision_increment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_end_markers_in_json", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_enforce_gtid_consistency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_eq_range_index_dive_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_event_scheduler", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_expand_fast_index_creation", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_expire_logs_days", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_explicit_defaults_for_timestamp", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_extra_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_extra_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_flush", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_flush_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_foreign_key_checks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ft_max_word_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ft_min_word_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ft_query_expansion_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_general_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_group_concat_max_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_gtid_executed_compression_period", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_gtid_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_backup_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_backup_safe_binlog_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_compress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_crypt", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_dynamic_loading", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_geometry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_openssl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_profiling", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_query_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_rtree_keys", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_snapshot_cloning", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_ssl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_statement_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_have_symlink", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_host_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ignore_builtin_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_flushing", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_flushing_lwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_hash_index", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_hash_index_parts", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_adaptive_max_sleep_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_bk_commit_interval", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_disable_rowlock", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_enable_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_enable_mdl", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_api_trx_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_autoextend_increment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_autoinc_lock_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_chunk_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_dump_at_shutdown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_dump_now", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_dump_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_in_core_file", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_load_abort", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_load_at_startup", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_load_now", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_buffer_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_change_buffer_max_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_checksums", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_cmp_per_index_enabled", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_commit_concurrency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compressed_columns_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compressed_columns_zip_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compression_failure_threshold_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compression_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_compression_pad_pct_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_concurrency_tickets", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_deadlock_detect", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_disable_sort_file_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_doublewrite", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_fast_shutdown", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_file_format_check", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_file_per_table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_fill_factor", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_log_at_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_log_at_trx_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_neighbors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flush_sync", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_flushing_avg_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_force_load_corrupted", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_force_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_enable_diag_print", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_enable_stopword", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_ignore_stopwords", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_max_token_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_min_token_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_num_word_optimize", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_result_cache_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_sort_pll_degree", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_ft_total_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_io_capacity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_io_capacity_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_kill_idle_transaction", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_large_prefix", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_lock_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_locks_unsafe_for_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_checksums", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_compressed_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_files_in_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_log_write_ahead_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_lru_scan_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_bitmap_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_changed_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_dirty_pages_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_dirty_pages_pct_lwm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_purge_lag", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_purge_lag_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_max_undo_log_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_min_blob_compress_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_old_blocks_pct", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_old_blocks_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_online_alter_log_max_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_optimize_fulltext_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_page_cleaners", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_print_all_deadlocks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_print_lock_wait_timeout_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_purge_batch_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_purge_rseg_truncate_frequency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_purge_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_random_read_ahead", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_read_ahead_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_read_io_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_replication_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_rollback_on_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_rollback_segments", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_show_locks_held", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_show_verbose_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_spin_wait_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_auto_recalc", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_include_delete_marked", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_on_metadata", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_persistent", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_persistent_sample_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_sample_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_stats_transient_sample_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_status_output", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_status_output_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_strict_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_support_xa", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_sync_array_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_sync_spin_loops", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_table_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_thread_concurrency", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_thread_sleep_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_track_changed_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_undo_log_truncate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_undo_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_undo_tablespaces", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_use_global_flush_log_at_trx_commit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_use_native_aio", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_innodb_write_io_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_interactive_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_join_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_keep_files_on_create", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_cache_age_threshold", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_cache_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_key_cache_division_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_kill_idle_transaction", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_large_files_support", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_large_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_large_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_local_infile", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_lock_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_locked_in_memory", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_compress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_compress_min_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_trust_function_creators", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_bin_use_v1_row_events", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_builtin_as_identified_by_password", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_error_verbosity", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_queries_not_using_indexes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slave_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_admin_statements", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_rate_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_slave_statements", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_slow_sp_statements", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_statements_unsafe_for_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_syslog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_syslog_include_pid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_throttle_queries_not_using_indexes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_log_warnings", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_long_query_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_low_priority_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_lower_case_file_system", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_lower_case_table_names", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_master_verify_checksum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_allowed_packet", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_binlog_stmt_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_connect_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_delayed_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_digest_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_error_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_execution_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_heap_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_insert_delayed_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_join_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_length_for_sort_data", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_points_in_geometry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_prepared_stmt_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_relay_log_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_seeks_for_key", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_slowlog_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_slowlog_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_sort_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_sp_recursion_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_tmp_tables", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_user_connections", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_write_lock_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_max_xa_commit_logs", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_metadata_locks_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_metadata_locks_hash_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_min_examined_row_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_multi_range_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_data_pointer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_max_sort_file_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_mmap_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_recover_options", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_repair_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_myisam_use_mmap", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_mysql_native_password_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_buffer_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_read_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_retry_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_net_write_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_new", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_ngram_token_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_offline_mode", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_old", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_old_alter_table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_old_passwords", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_open_files_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_prune_level", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_search_depth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_trace_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_trace_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_optimizer_trace_offset", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_parser_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_accounts_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_digests_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_stages_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_stages_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_statements_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_statements_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_transactions_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_transactions_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_waits_history_long_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_events_waits_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_hosts_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_cond_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_cond_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_digest_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_file_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_file_handles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_file_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_index_stat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_memory_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_metadata_locks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_mutex_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_mutex_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_prepared_statements_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_program_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_rwlock_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_rwlock_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_socket_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_socket_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_sql_text_length", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_stage_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_statement_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_statement_stack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_table_handles", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_table_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_table_lock_stat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_thread_classes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_max_thread_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_session_connect_attrs_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_setup_actors_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_setup_objects_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_performance_schema_users_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_preload_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_profiling", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_profiling_history_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_protocol_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_alloc_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_min_res_unit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_strip_comments", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_cache_wlock_invalidate", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_prealloc_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_response_time_flush", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_response_time_range_base", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_query_response_time_stats", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_range_alloc_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_range_optimizer_max_mem_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_binlog_speed_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_read_rnd_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_purge", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_recovery", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_space_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_relay_log_uncompress", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_report_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_require_secure_transport", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_rpl_stop_slave_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_secure_auth", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_server_id_bits", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_gtids", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_state_change", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_session_track_transaction_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sha256_password_auto_generate_rsa_keys", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sha256_password_proxy_users", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_show_compatibility_56", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_show_old_temporals", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_external_locking", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_name_resolve", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_networking", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_skip_show_database", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_allow_batching", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_checkpoint_group", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_checkpoint_period", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_compressed_protocol", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_max_allowed_packet", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_net_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_parallel_workers", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_pending_jobs_size_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_preserve_commit_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_skip_errors", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_sql_verify_checksum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slave_transaction_retries", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slow_launch_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slow_query_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_slow_query_log_always_write_time", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sort_buffer_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sort_when_partition_prefix_order", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_auto_is_null", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_big_selects", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_buffer_result", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_log_bin", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_log_off", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_notes", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_quote_show_create", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_safe_updates", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_select_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_slave_skip_counter", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sql_warnings", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_stored_program_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_super_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_binlog", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_frm", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_master_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_relay_log", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_sync_relay_log_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_table_definition_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_table_open_cache", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_table_open_cache_instances", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_cache_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_high_prio_tickets", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_idle_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_max_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_oversubscribe", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_pool_stall_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_stack", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_thread_statistics", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_tmp_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_alloc_block_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_prealloc_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_transaction_write_set_extraction", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_tx_read_only", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_unique_checks", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_updatable_views_with_limit", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_userstat", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_global_variables_wait_timeout", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.gvars" + }, + { + "table_name": "datasize", + "table_desc": "mysql_datadir_size", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_total_fs_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_total_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_avail_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "percentunit", + "name": "mysql_datadir_df_usage", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_df_used_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "mbytes", + "name": "mysql_datadir_du_used_mb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "fs_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "path", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "mount_point", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "path", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "mount_point", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "fs_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.datasize" + }, + { + "table_name": "innodbmtr", + "table_desc": "mysql_info_schema_innodb_metrics", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_btree_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_created_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_read_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_data", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_dirty", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_evicted_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_wait_free_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_write_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_buffer_pool_dirty_pages", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_mark_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_mark_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_insert_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_insert_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_size_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_dml_dml_deletes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_dml_dml_inserts_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_dml_dml_updates_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_file_system_file_num_open_files", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlocks_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_current_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_avg", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_lock_lock_timeouts_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_data_fsyncs_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_data_reads_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_data_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_bytes_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_fsyncs_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_fsyncs_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_padded_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_write_requests_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_recovery_log_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_buffer_pool_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_activity_count_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_pages_written_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_writes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_page_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_os_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_os_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_os_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_rounds_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_waits_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_innodb_metrics_transaction_trx_rseg_history_len", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_queries_in_queue", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_queries_inside_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_read_views_open_inside_innodb", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.innodbmtr" + }, + { + "table_name": "innodbtrx", + "table_desc": "mysql_engine_innodb_metrics_locks", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_lock_waits_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_locks_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_long_query_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_long_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_host_id", + "description": "\u91c7\u96c6\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "time", + "description": "\u6570\u636e\u4e0a\u62a5\u65f6\u95f4", + "unit": "", + "type": "timestamp" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_agent_id", + "description": "Agent ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_engine_innodb_trx_idle_time_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_host_id", + "description": "\u91c7\u96c6\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "time", + "description": "\u6570\u636e\u4e0a\u62a5\u65f6\u95f4", + "unit": "", + "type": "timestamp" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_agent_id", + "description": "Agent ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "trx_state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "command", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.innodbtrx" + }, + { + "table_name": "resptime", + "table_desc": "mysql_info_schema_query_response_time", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_query_response_time_seconds_sum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_query_response_time_seconds_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_read_query_response_time_seconds_sum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_read_query_response_time_seconds_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_write_query_response_time_seconds_sum", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_write_query_response_time_seconds_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_query_response_time_seconds_bucket", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "le" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "le", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_read_query_response_time_seconds_bucket", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "le" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "le", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_write_query_response_time_seconds_bucket", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "le" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "le", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "le", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.resptime" + }, + { + "table_name": "tableincr", + "table_desc": "mysql_info_schema_auto_increment", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_auto_increment_column", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "column", + "schema", + "table" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "int_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "column", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_auto_increment_column_max", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "column", + "schema", + "table" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "int_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "column", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "int_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "column", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.tableincr" + }, + { + "table_name": "tablesize", + "table_desc": "mysql_info_schema_table_size schema", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_table_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "component", + "schema", + "table" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "component", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_total_size", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "schema" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_table_rows", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "table", + "schema" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "component", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.tablesize" + }, + { + "table_name": "tabledef", + "table_desc": "mysql_info_schema_table_version", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_table_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "schema", + "table", + "type", + "create_options", + "engine", + "row_format" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "schema", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "row_format", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "engine", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "create_options", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "table", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "schema", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "table", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "create_options", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "engine", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "row_format", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "le", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.tabledef" + }, + { + "table_name": "version", + "table_desc": "mysql_version_info", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_version_info", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "version", + "version_comment", + "innodb_version" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "version", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "version_comment", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "innodb_version", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "version_comment", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "innodb_version", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.version" + }, + { + "table_name": "plist", + "table_desc": "mysql_info_schema_processlist", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_processlist_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "command", + "state" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "command", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_processlist_threads", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "command", + "state" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "state", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "command", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_info_schema_processlist_processes_by_user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "mysql_user" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "mysql_user", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "mysql_user", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "command", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "state", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.plist" + }, + { + "table_name": "slavestat", + "table_desc": "mysql_slave_status", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_infodba_schema_heartbeat_delay_sec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "beat_from", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_infodba_schema_heartbeat_beat_sec", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "beat_from", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_auto_position", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_connect_retry", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_exec_master_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_last_errno", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_last_io_errno", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_last_sql_errno", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_retry_count", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_ssl_allowed", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_master_ssl_verify_server_cert", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_read_master_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_relay_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_relay_log_space", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_seconds_behind_master", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_skip_counter", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_slave_io_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_slave_sql_running", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_sql_delay", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_slave_status_until_log_pos", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "channel_name", + "connection_name", + "master_host", + "master_uuid" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "master_server_id", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "channel_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "connection_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "master_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "master_uuid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "beat_from", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "master_server_id", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "channel_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "connection_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "master_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "master_uuid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.slavestat" + }, + { + "table_name": "internal", + "table_desc": "exporter collector", + "fields": [ + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_exporter_collector_duration_seconds", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [ + "collector" + ], + "is_manual": true, + "tag_list": [ + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "collector", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_exporter_last_scrape_error", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "double", + "monitor_type": "metric", + "unit": "none", + "name": "mysql_exporter_scrapes_total", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "is_manual": true, + "tag_list": [ + { + "field_name": "bk_target_topo_id", + "description": "\u62d3\u6251ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_category_id", + "description": "\u670d\u52a1\u7c7b\u522bID", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_name", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_app_code", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_cloud_id", + "description": "\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_host", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "app", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_role", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_supplier_id", + "description": "\u5f00\u53d1\u5546ID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_host_id", + "description": "\u76ee\u6807\u4e3b\u673aID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_service_instance_id", + "description": "\u670d\u52a1\u5b9e\u4f8b", + "unit": "", + "type": "string" + }, + { + "field_name": "ip", + "description": "\u91c7\u96c6\u5668IP", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_domain", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "appid", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_topo_level", + "description": "\u62d3\u6251\u5c42\u7ea7", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_biz_id", + "description": "\u4e1a\u52a1ID", + "unit": "", + "type": "string" + }, + { + "field_name": "instance_port", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cloud_id", + "description": "\u91c7\u96c6\u5668\u4e91\u533a\u57dfID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_collect_config_id", + "description": "\u91c7\u96c6\u914d\u7f6eID", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_target_ip", + "description": "\u76ee\u6807IP", + "unit": "", + "type": "string" + }, + { + "field_name": "bk_cmdb_level", + "description": "CMDB\u5c42\u7ea7\u4fe1\u606f", + "unit": "", + "type": "string" + }, + { + "field_name": "instance", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "cluster_type", + "description": "", + "unit": "", + "type": "string" + }, + { + "field_name": "target", + "description": "", + "unit": "", + "type": "string" + } + ] + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "none", + "name": "collector", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "is_manual": true + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_host", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "bk_app_code", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_type", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_name", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_port", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "instance_role", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "cluster_domain", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "app", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "appid", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + }, + { + "description": "", + "type": "string", + "monitor_type": "dimension", + "unit": "", + "name": "target", + "is_diff_metric": false, + "is_active": true, + "source_name": "", + "dimensions": [], + "order": 0, + "is_disabled": false + } + ], + "rule_list": [], + "table_id": "exporter_dbm_mysqld_exporter.internal" + } + ], + "os_type_list": [ + "linux" + ] + } + }, + "db_type": "mysql", + "version": 1, + "machine_types": [ + "spider" + ], + "plugin_id": "dbm_mysqld_exporter" +} \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_twemproxy_exporter.twemproxy.json b/dbm-ui/backend/db_monitor/tpls/collect/dbm_twemproxy_exporter.json similarity index 79% rename from dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_twemproxy_exporter.twemproxy.json rename to dbm-ui/backend/db_monitor/tpls/collect/dbm_twemproxy_exporter.json index 5cfdc3df4d..b2df7de020 100644 --- a/dbm-ui/backend/db_monitor/tpls/collect/redis.dbm_twemproxy_exporter.twemproxy.json +++ b/dbm-ui/backend/db_monitor/tpls/collect/dbm_twemproxy_exporter.json @@ -1,12 +1,13 @@ { "bk_biz_id": 0, - "plugin_id": "dbm_twemproxy_exporter", "name": "dbm_twemproxy_exporter", - "db_type": "redis", - "short_name": "twemproxy", "details": { "name": "dbm_twemproxy_exporter", + "collect_type": "Exporter", "label": "component", + "target_object_type": "SERVICE", + "target_node_type": "TOPO", + "target_nodes": [], "params": { "plugin": { "-addr": "{{ target.host.bk_host_innerip }}:{{ target.process[\"redis-twemproxy\"].bind_info[0].port }}", @@ -28,412 +29,413 @@ "host": "127.0.0.1", "port": "9121", "period": 60 - } + }, + "target_node_type": "TOPO", + "target_object_type": "SERVICE" }, "plugin_info": { "plugin_id": "dbm_twemproxy_exporter", + "plugin_type": "Exporter", "metric_json": [ { + "table_name": "group_default", + "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", "fields": [], - "table_id": "exporter_dbm_twemproxy_exporter.group_default", "rule_list": [], - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group_default" + "table_id": "exporter_dbm_twemproxy_exporter.group_default" }, { + "table_name": "Group1", + "table_desc": "\u5206\u7ec41", "fields": [ { - "name": "process_cpu_seconds_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_cpu_seconds_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_max_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_max_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_open_fds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_open_fds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_resident_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_resident_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_start_time_seconds", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_start_time_seconds", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "process_virtual_memory_max_bytes", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "process_virtual_memory_max_bytes", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "promhttp_metric_handler_requests_in_flight", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_in_flight", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "twemproxy_cmdstat_response_latency_sum", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_cmdstat_response_latency_sum", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "twemproxy_cmdstat_response_latency_count", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_cmdstat_response_latency_count", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "twemproxy_connections_curr", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_connections_curr", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "twemproxy_connections_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_connections_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "twemproxy_stat_up", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_stat_up", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "twemproxy_up", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_up", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true }, { - "name": "twemproxy_uptime", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_uptime", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "dimensions": [], + "is_manual": true } ], - "table_id": "exporter_dbm_twemproxy_exporter.Group1", "rule_list": [], - "table_desc": "\u5206\u7ec41", - "table_name": "Group1" + "table_id": "exporter_dbm_twemproxy_exporter.Group1" }, { + "table_name": "Group2", + "table_desc": "\u5206\u7ec42", "fields": [ { - "name": "twemproxy_exporter_build_info", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_exporter_build_info", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "build_date", "commit_sha", "golang_version", "version" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "twemproxy_version", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "version" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "build_date", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "build_date", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "commit_sha", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "commit_sha", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "golang_version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "golang_version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true }, { - "name": "version", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "version", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_twemproxy_exporter.Group2", "rule_list": [], - "table_desc": "\u5206\u7ec42", - "table_name": "Group2" + "table_id": "exporter_dbm_twemproxy_exporter.Group2" }, { + "table_name": "Group3", + "table_desc": "\u5206\u7ec43", "fields": [ { - "name": "promhttp_metric_handler_requests_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "promhttp_metric_handler_requests_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "code" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "code", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "code", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_twemproxy_exporter.Group3", "rule_list": [], - "table_desc": "\u5206\u7ec43", - "table_name": "Group3" + "table_id": "exporter_dbm_twemproxy_exporter.Group3" }, { + "table_name": "Group4", + "table_desc": "\u5206\u7ec44", "fields": [ { - "name": "twemproxy_cmdstat_calls_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_cmdstat_calls_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "cmd" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "twemproxy_cmdstat_usec_total", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_cmdstat_usec_total", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "cmd" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "cmd", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "cmd", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_twemproxy_exporter.Group4", "rule_list": [], - "table_desc": "\u5206\u7ec44", - "table_name": "Group4" + "table_id": "exporter_dbm_twemproxy_exporter.Group4" }, { + "table_name": "Group5", + "table_desc": "\u5206\u7ec45", "fields": [ { - "name": "twemproxy_cmdstat_response_latency_bucket", + "description": "", "type": "double", + "monitor_type": "metric", "unit": "none", + "name": "twemproxy_cmdstat_response_latency_bucket", + "is_diff_metric": false, "is_active": true, - "is_manual": true, + "source_name": "", "dimensions": [ "le" ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false + "is_manual": true }, { - "name": "le", + "description": "", "type": "string", + "monitor_type": "dimension", "unit": "none", + "name": "le", + "is_diff_metric": false, "is_active": true, - "is_manual": true, - "description": "", "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false + "is_manual": true } ], - "table_id": "exporter_dbm_twemproxy_exporter.Group5", "rule_list": [], - "table_desc": "\u5206\u7ec45", - "table_name": "Group5" + "table_id": "exporter_dbm_twemproxy_exporter.Group5" } ], - "plugin_type": "Exporter", "os_type_list": [ "linux" ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" + } }, - "version": 5 + "db_type": "redis", + "version": 1, + "machine_types": [], + "plugin_id": "dbm_twemproxy_exporter" } \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/influxdb.dbm_influxdb_bkpull.influxdb.json b/dbm-ui/backend/db_monitor/tpls/collect/influxdb.dbm_influxdb_bkpull.influxdb.json deleted file mode 100644 index 6102a24fe1..0000000000 --- a/dbm-ui/backend/db_monitor/tpls/collect/influxdb.dbm_influxdb_bkpull.influxdb.json +++ /dev/null @@ -1,5798 +0,0 @@ -{ - "bk_biz_id": 0, - "plugin_id": "dbm_influxdb_bkpull", - "name": "dbm_influxdb_bkpull", - "db_type": "influxdb", - "short_name": "influxdb", - "details": { - "name": "dbm_influxdb_bkpull", - "label": "component", - "params": { - "plugin": { - "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { - "app": "app", - "appid": "appid", - "db_group": "db_group", - "instance": "instance", - "cluster_name": "cluster_name", - "instance_host": "instance_host", - "instance_port": "instance_port", - "cluster_domain": "cluster_domain" - } - }, - "collector": { - "period": 60, - "password": false, - "bk_username": "", - "metrics_url": "http://127.0.0.1:9274/metrics" - } - }, - "plugin_info": { - "plugin_id": "dbm_influxdb_bkpull", - "metric_json": [ - { - "fields": [ - { - "name": "_database", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "database", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_diskBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "engine", - "path", - "walPath", - "id", - "cluster", - "dbgroup", - "influx_host", - "dbgroup_id", - "database", - "host", - "retentionPolicy", - "influx_port", - "indexType", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_fieldsCreate", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "database", - "dbrole", - "cluster", - "id", - "path", - "influx_host", - "engine", - "walPath", - "dbgroup_id", - "retentionPolicy", - "host", - "url", - "dbgroup", - "indexType" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_seriesCreate", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "engine", - "path", - "id", - "dbgroup", - "influx_port", - "retentionPolicy", - "host", - "database", - "url", - "influx_host", - "dbrole", - "indexType", - "cluster", - "walPath", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writeBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "walPath", - "engine", - "path", - "cluster", - "host", - "url", - "influx_host", - "dbgroup_id", - "dbgroup", - "dbrole", - "id", - "indexType", - "database", - "retentionPolicy" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writePointsDropped", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "id", - "influx_port", - "influx_host", - "url", - "database", - "dbgroup_id", - "indexType", - "path", - "dbrole", - "host", - "retentionPolicy", - "engine", - "cluster", - "walPath" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writePointsErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "walPath", - "path", - "host", - "cluster", - "engine", - "dbgroup_id", - "dbrole", - "dbgroup", - "indexType", - "id", - "influx_host", - "retentionPolicy", - "influx_port", - "database" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writePointsOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "path", - "walPath", - "url", - "id", - "cluster", - "dbrole", - "dbgroup", - "retentionPolicy", - "dbgroup_id", - "engine", - "host", - "indexType", - "influx_host", - "database", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writeReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "cluster", - "dbgroup_id", - "walPath", - "engine", - "id", - "influx_host", - "path", - "host", - "indexType", - "influx_port", - "url", - "retentionPolicy", - "dbgroup", - "database" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writeReqErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbrole", - "database", - "url", - "retentionPolicy", - "influx_host", - "engine", - "dbgroup", - "path", - "indexType", - "id", - "dbgroup_id", - "host", - "walPath", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writeReqOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "engine", - "host", - "dbgroup_id", - "walPath", - "cluster", - "influx_host", - "influx_port", - "url", - "retentionPolicy", - "path", - "id", - "indexType", - "dbgroup", - "dbrole", - "database" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_shard_writeValuesOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "database", - "influx_host", - "cluster", - "indexType", - "dbgroup", - "host", - "walPath", - "dbgroup_id", - "id", - "engine", - "dbrole", - "influx_port", - "retentionPolicy", - "url", - "path" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_WALCompactionTimeMs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "indexType", - "database", - "engine", - "path", - "dbgroup", - "influx_port", - "retentionPolicy", - "cluster", - "influx_host", - "dbrole", - "id", - "host", - "url", - "walPath", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_cacheAgeMs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "url", - "walPath", - "engine", - "indexType", - "database", - "retentionPolicy", - "dbgroup", - "influx_host", - "cluster", - "host", - "id", - "path", - "dbrole", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_cachedBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "id", - "database", - "engine", - "influx_port", - "dbgroup", - "url", - "path", - "walPath", - "influx_host", - "cluster", - "dbrole", - "host", - "dbgroup_id", - "retentionPolicy", - "indexType" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_diskBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "walPath", - "database", - "dbgroup", - "influx_port", - "path", - "id", - "dbrole", - "host", - "url", - "cluster", - "indexType", - "retentionPolicy", - "engine", - "dbgroup_id", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_memBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "retentionPolicy", - "dbgroup_id", - "dbrole", - "host", - "indexType", - "walPath", - "path", - "id", - "cluster", - "influx_port", - "influx_host", - "database", - "dbgroup", - "engine", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_snapshotCount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "retentionPolicy", - "indexType", - "cluster", - "dbrole", - "dbgroup", - "engine", - "influx_port", - "path", - "database", - "host", - "influx_host", - "dbgroup_id", - "url", - "id", - "walPath" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_writeDropped", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "retentionPolicy", - "host", - "cluster", - "database", - "dbgroup_id", - "url", - "walPath", - "id", - "influx_host", - "dbrole", - "dbgroup", - "influx_port", - "path", - "engine", - "indexType" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_writeErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "walPath", - "id", - "influx_host", - "host", - "dbgroup_id", - "dbgroup", - "database", - "path", - "url", - "influx_port", - "indexType", - "engine", - "cluster", - "retentionPolicy" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_cache_writeOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "path", - "indexType", - "walPath", - "engine", - "influx_port", - "database", - "dbrole", - "retentionPolicy", - "dbgroup_id", - "url", - "influx_host", - "id", - "host", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_cacheCompactionDuration", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "influx_port", - "walPath", - "path", - "indexType", - "database", - "dbgroup_id", - "engine", - "retentionPolicy", - "dbgroup", - "cluster", - "id", - "influx_host", - "host", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_cacheCompactionErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "indexType", - "path", - "influx_host", - "dbrole", - "dbgroup_id", - "url", - "retentionPolicy", - "engine", - "cluster", - "walPath", - "dbgroup", - "id", - "host", - "database", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_cacheCompactions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "cluster", - "walPath", - "indexType", - "engine", - "dbgroup", - "database", - "host", - "id", - "influx_port", - "dbgroup_id", - "influx_host", - "retentionPolicy", - "dbrole", - "path" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_cacheCompactionsActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "cluster", - "dbgroup", - "database", - "dbrole", - "walPath", - "influx_port", - "id", - "indexType", - "influx_host", - "host", - "engine", - "path", - "retentionPolicy", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmFullCompactionDuration", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "engine", - "url", - "database", - "dbrole", - "influx_host", - "retentionPolicy", - "host", - "path", - "indexType", - "id", - "dbgroup", - "influx_port", - "walPath", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmFullCompactionErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "engine", - "host", - "indexType", - "dbrole", - "cluster", - "database", - "id", - "path", - "influx_port", - "dbgroup", - "retentionPolicy", - "dbgroup_id", - "url", - "walPath", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmFullCompactionQueue", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "retentionPolicy", - "cluster", - "id", - "url", - "path", - "influx_host", - "engine", - "influx_port", - "dbrole", - "host", - "dbgroup_id", - "indexType", - "dbgroup", - "database", - "walPath" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmFullCompactions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "indexType", - "dbrole", - "retentionPolicy", - "url", - "id", - "influx_host", - "dbgroup_id", - "dbgroup", - "cluster", - "engine", - "walPath", - "database", - "path", - "influx_port", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmFullCompactionsActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "engine", - "dbgroup", - "cluster", - "dbgroup_id", - "host", - "path", - "url", - "indexType", - "dbrole", - "influx_host", - "influx_port", - "retentionPolicy", - "walPath", - "database", - "id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel1CompactionDuration", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "retentionPolicy", - "url", - "indexType", - "id", - "database", - "cluster", - "walPath", - "dbgroup", - "dbgroup_id", - "host", - "influx_host", - "influx_port", - "path", - "engine", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel1CompactionErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "host", - "walPath", - "indexType", - "id", - "influx_port", - "cluster", - "retentionPolicy", - "path", - "influx_host", - "engine", - "dbrole", - "database", - "dbgroup_id", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel1CompactionQueue", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "dbgroup", - "dbrole", - "id", - "indexType", - "host", - "path", - "engine", - "influx_host", - "retentionPolicy", - "dbgroup_id", - "influx_port", - "walPath", - "database", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel1Compactions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "indexType", - "url", - "influx_port", - "host", - "dbgroup", - "path", - "retentionPolicy", - "dbrole", - "walPath", - "dbgroup_id", - "influx_host", - "engine", - "cluster", - "id", - "database" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel1CompactionsActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "engine", - "url", - "influx_port", - "retentionPolicy", - "database", - "dbgroup", - "dbgroup_id", - "indexType", - "id", - "cluster", - "influx_host", - "path", - "host", - "walPath" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel2CompactionDuration", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "walPath", - "dbgroup_id", - "indexType", - "retentionPolicy", - "dbrole", - "database", - "url", - "id", - "influx_port", - "path", - "influx_host", - "cluster", - "engine", - "dbgroup", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel2CompactionErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "engine", - "influx_port", - "dbrole", - "database", - "host", - "walPath", - "id", - "influx_host", - "dbgroup_id", - "path", - "retentionPolicy", - "indexType", - "cluster", - "url", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel2CompactionQueue", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "indexType", - "influx_host", - "dbgroup", - "influx_port", - "path", - "engine", - "dbrole", - "walPath", - "dbgroup_id", - "host", - "retentionPolicy", - "url", - "database", - "cluster", - "id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel2Compactions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "url", - "id", - "path", - "dbrole", - "dbgroup_id", - "database", - "influx_host", - "retentionPolicy", - "walPath", - "dbgroup", - "cluster", - "engine", - "influx_port", - "indexType" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel2CompactionsActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "influx_port", - "walPath", - "dbgroup_id", - "influx_host", - "id", - "engine", - "database", - "path", - "dbrole", - "host", - "cluster", - "indexType", - "dbgroup", - "retentionPolicy" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel3CompactionDuration", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "id", - "retentionPolicy", - "influx_host", - "walPath", - "engine", - "url", - "cluster", - "database", - "dbgroup_id", - "indexType", - "dbgroup", - "host", - "influx_port", - "path" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel3CompactionErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "id", - "dbrole", - "path", - "dbgroup_id", - "cluster", - "retentionPolicy", - "url", - "database", - "dbgroup", - "engine", - "walPath", - "host", - "indexType", - "influx_port", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel3CompactionQueue", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "influx_host", - "dbgroup", - "url", - "database", - "dbrole", - "id", - "influx_port", - "host", - "indexType", - "path", - "engine", - "retentionPolicy", - "walPath", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel3Compactions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "id", - "walPath", - "dbgroup_id", - "engine", - "database", - "dbrole", - "retentionPolicy", - "influx_host", - "dbgroup", - "path", - "influx_port", - "indexType", - "host", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmLevel3CompactionsActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "walPath", - "path", - "database", - "engine", - "cluster", - "id", - "retentionPolicy", - "url", - "indexType", - "influx_host", - "host", - "influx_port", - "dbgroup", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmOptimizeCompactionDuration", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "influx_host", - "dbgroup", - "host", - "cluster", - "retentionPolicy", - "path", - "dbrole", - "indexType", - "url", - "id", - "database", - "engine", - "walPath", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmOptimizeCompactionErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "path", - "dbrole", - "walPath", - "influx_host", - "cluster", - "dbgroup_id", - "indexType", - "url", - "id", - "influx_port", - "host", - "database", - "engine", - "retentionPolicy" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmOptimizeCompactionQueue", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbrole", - "retentionPolicy", - "cluster", - "dbgroup", - "indexType", - "influx_host", - "engine", - "path", - "database", - "host", - "url", - "id", - "walPath", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmOptimizeCompactions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "indexType", - "dbgroup", - "dbgroup_id", - "engine", - "id", - "retentionPolicy", - "walPath", - "path", - "database", - "dbrole", - "influx_host", - "url", - "cluster", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_engine_tsmOptimizeCompactionsActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "engine", - "dbrole", - "influx_port", - "id", - "walPath", - "indexType", - "dbgroup", - "dbgroup_id", - "cluster", - "influx_host", - "host", - "url", - "retentionPolicy", - "path", - "database" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_filestore_diskBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "indexType", - "influx_port", - "dbgroup_id", - "engine", - "host", - "walPath", - "dbgroup", - "database", - "dbrole", - "id", - "path", - "influx_host", - "cluster", - "retentionPolicy", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_filestore_numFiles", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "database", - "walPath", - "id", - "dbrole", - "path", - "url", - "influx_port", - "cluster", - "indexType", - "engine", - "dbgroup_id", - "host", - "dbgroup", - "influx_host", - "retentionPolicy" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_wal_currentSegmentDiskBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "database", - "dbrole", - "influx_host", - "dbgroup_id", - "cluster", - "url", - "host", - "retentionPolicy", - "dbgroup", - "walPath", - "path", - "engine", - "indexType", - "id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_wal_oldSegmentsDiskBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "retentionPolicy", - "influx_host", - "dbgroup_id", - "cluster", - "dbrole", - "path", - "walPath", - "influx_port", - "id", - "database", - "host", - "indexType", - "engine", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_wal_writeErr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "cluster", - "id", - "walPath", - "path", - "host", - "retentionPolicy", - "engine", - "indexType", - "database", - "dbrole", - "influx_port", - "url", - "dbgroup_id", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_tsm1_wal_writeOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "walPath", - "indexType", - "dbgroup_id", - "host", - "dbgroup", - "retentionPolicy", - "engine", - "influx_port", - "database", - "influx_host", - "id", - "path", - "url", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_database_numMeasurements", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "host", - "database", - "dbrole", - "cluster", - "dbgroup", - "url", - "influx_port", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_database_numSeries", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "host", - "dbrole", - "influx_host", - "dbgroup", - "influx_port", - "cluster", - "database", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_cq_queryFail", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "host", - "dbrole", - "influx_host", - "influx_port", - "url", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_cq_queryOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "influx_host", - "cluster", - "dbrole", - "host", - "influx_port", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_queryExecutor_queriesActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup_id", - "dbrole", - "dbgroup", - "url", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_queryExecutor_queriesExecuted", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "dbgroup_id", - "dbrole", - "influx_port", - "url", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_queryExecutor_queriesFinished", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "cluster", - "dbgroup", - "dbgroup_id", - "host", - "influx_host", - "influx_port", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_queryExecutor_queryDurationNs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "dbgroup_id", - "host", - "influx_host", - "dbgroup", - "cluster", - "dbrole", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_queryExecutor_recoveredPanics", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_subscriber_createFailures", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup_id", - "dbrole", - "influx_host", - "url", - "host", - "influx_port", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_subscriber_pointsWritten", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "influx_host", - "influx_port", - "url", - "cluster", - "dbgroup", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_subscriber_writeFailures", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "url", - "dbgroup", - "influx_port", - "cluster", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_pointReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbrole", - "cluster", - "url", - "host", - "influx_host", - "influx_port", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_pointReqLocal", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "influx_host", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_req", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbrole", - "influx_port", - "url", - "dbgroup", - "host", - "influx_host", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_subWriteDrop", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_subWriteOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "url", - "cluster", - "dbgroup_id", - "host", - "influx_host", - "dbgroup", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_writeDrop", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "dbgroup", - "dbgroup_id", - "dbrole", - "influx_host", - "cluster", - "host", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_writeError", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "influx_port", - "url", - "dbgroup_id", - "dbrole", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_writeOk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "host", - "influx_host", - "influx_port", - "url", - "dbgroup_id", - "dbrole", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_write_writeTimeout", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "cluster", - "influx_host", - "dbrole", - "host", - "dbgroup", - "dbgroup_id", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_n_shards", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_active", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_available", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_available_percent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_buffered", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_cached", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_commit_limit", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_committed_as", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_dirty", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_free", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_high_free", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_high_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_huge_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_huge_pages_free", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_huge_pages_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_inactive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_low_free", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_low_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_mapped", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_page_tables", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_shared", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_slab", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_swap_cached", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_swap_free", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_swap_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_used", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_used_percent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_vmalloc_chunk", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_vmalloc_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_vmalloc_used", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_wired", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_write_back", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mem_write_back_tmp", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "url", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "engine", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "path", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "walPath", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cluster", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup_id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "retentionPolicy", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_port", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "indexType", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbrole", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_influxdb_bkpull.Group1", - "table_desc": "\u5206\u7ec41", - "table_name": "Group1" - }, - { - "fields": [ - { - "name": "_server", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "server", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "http_response_http_response_code", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "dbrole", - "cluster", - "host", - "server", - "result", - "dbgroup", - "method", - "influx_port", - "status_code", - "dbgroup_id", - "result_type" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "http_response_response_time", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "result_type", - "dbgroup_id", - "dbrole", - "method", - "result", - "influx_port", - "status_code", - "influx_host", - "server", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "http_response_result_code", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbrole", - "influx_port", - "dbgroup_id", - "host", - "result", - "status_code", - "method", - "influx_host", - "server", - "result_type" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influx_host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbrole", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cluster", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "result", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "method", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_port", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "status_code", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup_id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "result_type", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_influxdb_bkpull.Group2", - "table_desc": "\u5206\u7ec42", - "table_name": "Group2" - }, - { - "fields": [ - { - "name": "disk_free", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "fstype", - "dbgroup", - "influx_port", - "influx_host", - "device", - "mode", - "dbgroup_id", - "host", - "path", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "disk_inodes_free", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "dbgroup", - "fstype", - "influx_port", - "dbrole", - "device", - "path", - "mode", - "dbgroup_id", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "disk_inodes_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "device", - "dbgroup", - "influx_host", - "fstype", - "path", - "dbgroup_id", - "mode", - "dbrole", - "host", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "disk_inodes_used", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbgroup", - "mode", - "dbrole", - "device", - "cluster", - "fstype", - "path", - "influx_host", - "influx_port", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "disk_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "device", - "host", - "path", - "dbgroup", - "influx_host", - "influx_port", - "dbrole", - "mode", - "dbgroup_id", - "fstype", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "disk_used", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "host", - "dbgroup", - "device", - "cluster", - "dbrole", - "fstype", - "influx_port", - "dbgroup_id", - "path", - "mode" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "disk_used_percent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "cluster", - "path", - "device", - "fstype", - "host", - "dbrole", - "influx_host", - "mode", - "dbgroup_id", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "dbrole", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "fstype", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_port", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "device", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "mode", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup_id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "path", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cluster", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_influxdb_bkpull.Group3", - "table_desc": "\u5206\u7ec43", - "table_name": "Group3" - }, - { - "fields": [ - { - "name": "procstat_cpu_time", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "exe", - "cluster", - "dbgroup", - "influx_host", - "dbrole", - "dbgroup_id", - "process_name", - "user", - "influx_port", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_guest", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "user", - "dbrole", - "process_name", - "pid", - "cluster", - "exe", - "influx_port", - "dbgroup", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_guest_nice", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "pid", - "dbgroup_id", - "host", - "influx_port", - "user", - "exe", - "process_name", - "dbgroup", - "dbrole", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_idle", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "user", - "dbgroup", - "influx_host", - "influx_port", - "dbrole", - "host", - "cluster", - "process_name", - "dbgroup_id", - "exe", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_iowait", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "dbgroup_id", - "pid", - "exe", - "user", - "dbgroup", - "host", - "dbrole", - "process_name", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_irq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "process_name", - "dbgroup_id", - "pid", - "dbrole", - "influx_host", - "user", - "exe", - "host", - "influx_port", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_nice", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "exe", - "cluster", - "influx_host", - "influx_port", - "dbrole", - "process_name", - "user", - "dbgroup", - "dbgroup_id", - "host", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_soft_irq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "host", - "dbrole", - "influx_host", - "pid", - "user", - "exe", - "dbgroup_id", - "process_name", - "cluster", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_steal", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "exe", - "influx_port", - "influx_host", - "process_name", - "user", - "cluster", - "host", - "pid", - "dbrole", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_stolen", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "pid", - "dbrole", - "host", - "influx_port", - "process_name", - "exe", - "influx_host", - "user", - "dbgroup", - "dbgroup_id", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_system", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "process_name", - "dbgroup_id", - "user", - "cluster", - "dbgroup", - "dbrole", - "exe", - "host", - "pid", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_time_user", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "process_name", - "cluster", - "dbrole", - "exe", - "dbgroup_id", - "user", - "influx_port", - "host", - "influx_host", - "pid", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_cpu_usage", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "influx_port", - "cluster", - "dbgroup_id", - "dbrole", - "host", - "pid", - "user", - "influx_host", - "exe", - "process_name" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_involuntary_context_switches", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "pid", - "influx_port", - "exe", - "host", - "dbgroup_id", - "influx_host", - "cluster", - "user", - "dbgroup", - "process_name" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_memory_data", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "dbgroup_id", - "process_name", - "user", - "dbgroup", - "dbrole", - "host", - "pid", - "cluster", - "exe", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_memory_locked", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "process_name", - "user", - "exe", - "pid", - "cluster", - "dbgroup", - "dbrole", - "host", - "influx_host", - "influx_port", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_memory_rss", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "process_name", - "cluster", - "dbgroup_id", - "dbrole", - "pid", - "user", - "exe", - "host", - "dbgroup", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_memory_stack", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "user", - "pid", - "process_name", - "host", - "exe", - "cluster", - "dbgroup", - "influx_port", - "dbrole", - "dbgroup_id", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_memory_swap", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "user", - "exe", - "pid", - "cluster", - "process_name", - "dbgroup_id", - "influx_host", - "dbgroup", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_memory_vms", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "dbgroup", - "user", - "exe", - "pid", - "dbgroup_id", - "process_name", - "cluster", - "host", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_nice_priority", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "exe", - "influx_port", - "dbgroup", - "pid", - "process_name", - "dbgroup_id", - "host", - "influx_host", - "user", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_num_fds", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbgroup", - "influx_port", - "user", - "cluster", - "dbrole", - "host", - "influx_host", - "exe", - "pid", - "process_name" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_num_threads", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "dbgroup_id", - "host", - "pid", - "cluster", - "dbrole", - "dbgroup", - "exe", - "process_name", - "influx_host", - "user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_read_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "exe", - "dbgroup_id", - "influx_host", - "cluster", - "dbgroup", - "influx_port", - "pid", - "process_name", - "user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_read_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "pid", - "dbrole", - "exe", - "process_name", - "cluster", - "dbgroup_id", - "host", - "influx_port", - "user", - "dbgroup", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_realtime_priority", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "cluster", - "user", - "host", - "dbrole", - "exe", - "dbgroup", - "influx_port", - "pid", - "process_name", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_cpu_time_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "process_name", - "dbgroup_id", - "exe", - "influx_port", - "user", - "influx_host", - "host", - "pid", - "cluster", - "dbrole", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_cpu_time_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "exe", - "user", - "influx_port", - "process_name", - "dbgroup", - "host", - "cluster", - "dbgroup_id", - "dbrole", - "influx_host", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_file_locks_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "user", - "dbgroup", - "dbgroup_id", - "influx_port", - "cluster", - "dbrole", - "exe", - "process_name", - "influx_host", - "pid", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_file_locks_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "exe", - "dbgroup", - "pid", - "dbrole", - "influx_host", - "dbgroup_id", - "host", - "user", - "cluster", - "influx_port", - "process_name" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_data_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "influx_host", - "influx_port", - "process_name", - "cluster", - "dbgroup", - "dbgroup_id", - "pid", - "exe", - "host", - "user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_data_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "cluster", - "process_name", - "host", - "influx_host", - "influx_port", - "pid", - "user", - "dbrole", - "exe", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_locked_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "user", - "dbgroup", - "influx_port", - "exe", - "pid", - "dbgroup_id", - "dbrole", - "process_name", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_locked_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "user", - "process_name", - "host", - "cluster", - "dbrole", - "influx_host", - "dbgroup_id", - "exe", - "influx_port", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_rss_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbrole", - "exe", - "pid", - "user", - "influx_port", - "dbgroup_id", - "process_name", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_rss_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "user", - "dbgroup_id", - "influx_host", - "pid", - "exe", - "host", - "influx_port", - "dbrole", - "dbgroup", - "process_name", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_stack_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "process_name", - "user", - "influx_host", - "pid", - "dbrole", - "dbgroup_id", - "host", - "cluster", - "exe", - "influx_port", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_stack_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "exe", - "host", - "influx_port", - "cluster", - "dbgroup", - "influx_host", - "process_name", - "dbrole", - "pid", - "dbgroup_id", - "user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_vms_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "process_name", - "influx_host", - "user", - "cluster", - "dbgroup", - "exe", - "pid", - "dbrole", - "influx_port", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_memory_vms_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "cluster", - "dbgroup_id", - "influx_port", - "user", - "pid", - "dbrole", - "exe", - "dbgroup", - "process_name", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_nice_priority_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "process_name", - "dbrole", - "host", - "influx_host", - "dbgroup_id", - "user", - "dbgroup", - "cluster", - "exe", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_nice_priority_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "user", - "exe", - "cluster", - "dbgroup_id", - "dbgroup", - "process_name", - "dbrole", - "host", - "influx_host", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_num_fds_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "exe", - "pid", - "influx_port", - "host", - "influx_host", - "dbgroup", - "user", - "cluster", - "dbgroup_id", - "process_name" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_num_fds_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "process_name", - "dbgroup", - "exe", - "influx_port", - "dbrole", - "host", - "influx_host", - "dbgroup_id", - "user", - "cluster", - "pid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_realtime_priority_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "exe", - "pid", - "dbgroup_id", - "host", - "process_name", - "user", - "dbgroup", - "cluster", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_realtime_priority_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "process_name", - "pid", - "exe", - "dbgroup_id", - "dbrole", - "influx_host", - "cluster", - "dbgroup", - "host", - "influx_port", - "user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_signals_pending_hard", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "pid", - "process_name", - "cluster", - "host", - "dbgroup_id", - "exe", - "influx_host", - "dbgroup", - "dbrole", - "user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_rlimit_signals_pending_soft", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "user", - "process_name", - "dbgroup", - "exe", - "dbrole", - "cluster", - "influx_host", - "influx_port", - "host", - "pid", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_signals_pending", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "user", - "influx_port", - "host", - "influx_host", - "dbgroup", - "dbrole", - "exe", - "pid", - "process_name", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_voluntary_context_switches", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "process_name", - "user", - "dbgroup", - "influx_port", - "influx_host", - "pid", - "exe", - "dbgroup_id", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_write_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "user", - "influx_host", - "exe", - "host", - "dbgroup_id", - "dbgroup", - "pid", - "cluster", - "influx_port", - "process_name", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_write_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "user", - "dbrole", - "influx_host", - "host", - "exe", - "pid", - "cluster", - "process_name", - "influx_port", - "dbgroup", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "diskio_io_time", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "name", - "cluster", - "influx_port", - "host", - "influx_host", - "dbgroup", - "dbgroup_id", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_iops_in_progress", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup_id", - "dbrole", - "influx_port", - "dbgroup", - "influx_host", - "host", - "name" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_read_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "host", - "influx_host", - "influx_port", - "name", - "dbgroup", - "dbrole", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_read_time", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "name", - "dbgroup", - "dbgroup_id", - "cluster", - "dbrole", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_reads", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup_id", - "dbrole", - "influx_host", - "name", - "dbgroup", - "host", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_weighted_io_time", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "host", - "influx_host", - "name", - "dbgroup_id", - "dbrole", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_write_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "name", - "dbgroup", - "dbgroup_id", - "cluster", - "dbrole", - "host", - "influx_host", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_write_time", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "influx_port", - "name", - "dbgroup_id", - "dbrole", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "diskio_writes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "host", - "dbgroup_id", - "dbrole", - "influx_host", - "influx_port", - "name" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "exe", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cluster", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbrole", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup_id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "process_name", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "user", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_port", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "pid", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_influxdb_bkpull.Group4", - "table_desc": "\u5206\u7ec44", - "table_name": "Group4" - }, - { - "fields": [ - { - "name": "procstat_lookup_pid_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "influx_host", - "pid_finder", - "exe", - "host", - "result", - "cluster", - "dbrole", - "dbgroup", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_lookup_result_code", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "pid_finder", - "result", - "host", - "cluster", - "dbrole", - "dbgroup", - "dbgroup_id", - "influx_host", - "influx_port", - "exe" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "procstat_lookup_running", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "result", - "dbgroup_id", - "dbrole", - "exe", - "host", - "influx_host", - "cluster", - "pid_finder", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "dbgroup_id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "pid_finder", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "exe", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "result", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cluster", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbrole", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_port", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_influxdb_bkpull.Group5", - "table_desc": "\u5206\u7ec45", - "table_name": "Group5" - }, - { - "fields": [ - { - "name": "influxdb_httpd_authFail", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "bind", - "dbgroup_id", - "influx_host", - "influx_port", - "url", - "dbrole", - "cluster", - "dbgroup", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_clientError", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "influx_host", - "host", - "bind", - "url", - "influx_port", - "cluster", - "dbrole", - "dbgroup_id" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_fluxQueryReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "cluster", - "influx_host", - "dbgroup_id", - "influx_port", - "bind", - "dbgroup", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_fluxQueryReqDurationNs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "influx_host", - "cluster", - "url", - "bind", - "dbgroup", - "influx_port", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_pingReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "dbgroup", - "dbrole", - "host", - "influx_host", - "influx_port", - "cluster", - "url", - "bind" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_pointsWrittenDropped", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "host", - "influx_port", - "bind", - "url", - "influx_host", - "dbgroup", - "cluster", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_pointsWrittenFail", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "cluster", - "dbgroup_id", - "url", - "influx_port", - "dbgroup", - "bind", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_pointsWrittenOK", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "bind", - "cluster", - "url", - "host", - "dbgroup", - "influx_port", - "dbrole", - "dbgroup_id", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_promReadReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "host", - "bind", - "url", - "dbgroup_id", - "dbgroup", - "influx_host", - "influx_port", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_promWriteReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "bind", - "dbgroup_id", - "host", - "dbgroup", - "url", - "influx_host", - "cluster", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_queryReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "url", - "bind", - "dbgroup", - "dbgroup_id", - "host", - "cluster", - "dbrole", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_queryReqDurationNs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "cluster", - "bind", - "dbgroup", - "dbrole", - "url", - "influx_port", - "dbgroup_id", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_queryRespBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_host", - "dbgroup_id", - "url", - "bind", - "cluster", - "dbgroup", - "dbrole", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_recoveredPanics", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "dbgroup_id", - "dbrole", - "url", - "bind", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_req", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "dbgroup_id", - "url", - "influx_host", - "cluster", - "dbrole", - "influx_port", - "host", - "bind" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_reqActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "bind", - "dbgroup_id", - "dbgroup", - "dbrole", - "influx_port", - "cluster", - "url", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_reqDurationNs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "influx_port", - "bind", - "dbgroup", - "dbrole", - "dbgroup_id", - "url", - "influx_host", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_serverError", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup", - "bind", - "influx_host", - "cluster", - "dbrole", - "influx_port", - "dbgroup_id", - "host", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_statusReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "host", - "cluster", - "dbgroup", - "influx_port", - "influx_host", - "bind", - "dbgroup_id", - "url", - "dbrole" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_valuesWrittenOK", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "url", - "influx_port", - "dbgroup_id", - "host", - "dbrole", - "cluster", - "dbgroup", - "influx_host", - "bind" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_writeReq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "bind", - "cluster", - "dbgroup", - "influx_host", - "dbgroup_id", - "dbrole", - "influx_port", - "url", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_writeReqActive", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "influx_port", - "influx_host", - "cluster", - "bind", - "dbrole", - "dbgroup", - "host", - "url" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_writeReqBytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbgroup", - "dbgroup_id", - "bind", - "host", - "influx_host", - "dbrole", - "url", - "influx_port" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "influxdb_httpd_writeReqDurationNs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "dbgroup_id", - "influx_port", - "cluster", - "influx_host", - "bind", - "dbgroup", - "url", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "bind", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup_id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_port", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "url", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbrole", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cluster", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_influxdb_bkpull.Group6", - "table_desc": "\u5206\u7ec46", - "table_name": "Group6" - }, - { - "fields": [ - { - "name": "cpu_usage_guest", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "dbgroup", - "dbgroup_id", - "influx_host", - "influx_port", - "cluster", - "cpu" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_guest_nice", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cluster", - "dbrole", - "influx_port", - "cpu", - "dbgroup", - "dbgroup_id", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_idle", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "cluster", - "cpu", - "dbgroup", - "host", - "dbgroup_id", - "dbrole", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_iowait", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_host", - "dbgroup", - "dbgroup_id", - "dbrole", - "influx_port", - "cluster", - "cpu", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_irq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "influx_host", - "influx_port", - "cluster", - "cpu", - "dbgroup", - "dbrole", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_nice", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cpu", - "dbgroup_id", - "dbrole", - "influx_host", - "influx_port", - "cluster", - "dbgroup", - "host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_softirq", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbrole", - "host", - "influx_host", - "dbgroup", - "dbgroup_id", - "influx_port", - "cluster", - "cpu" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_steal", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "cpu", - "dbgroup", - "influx_host", - "influx_port", - "dbgroup_id", - "dbrole", - "host", - "cluster" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_system", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "influx_port", - "cluster", - "cpu", - "dbgroup", - "dbgroup_id", - "dbrole", - "host", - "influx_host" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "cpu_usage_user", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [ - "dbgroup_id", - "host", - "influx_host", - "influx_port", - "cpu", - "dbrole", - "cluster", - "dbgroup" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "dbrole", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "dbgroup_id", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_host", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "influx_port", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cluster", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "cpu", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_influxdb_bkpull.Group7", - "table_desc": "\u5206\u7ec47", - "table_name": "Group7" - } - ], - "plugin_type": "Pushgateway", - "os_type_list": [ - "linux", - "windows", - "linux_aarch64" - ] - }, - "collect_type": "Pushgateway", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" - }, - "version": 5 -} \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/kafka.dbm_kafka_bkpull.kafka.json b/dbm-ui/backend/db_monitor/tpls/collect/kafka.dbm_kafka_bkpull.kafka.json deleted file mode 100644 index de5257ce13..0000000000 --- a/dbm-ui/backend/db_monitor/tpls/collect/kafka.dbm_kafka_bkpull.kafka.json +++ /dev/null @@ -1,2584 +0,0 @@ -{ - "bk_biz_id": 0, - "plugin_id": "dbm_kafka_bkpull", - "name": "dbm_kafka_bkpull", - "db_type": "kafka", - "short_name": "kafka", - "details": { - "name": "dbm_kafka_bkpull", - "label": "component", - "params": { - "plugin": { - "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { - "app": "app", - "appid": "appid", - "instance": "instance", - "cluster_name": "cluster_name", - "cluster_type": "cluster_type", - "instance_host": "instance_host", - "instance_port": "instance_port", - "instance_role": "instance_role", - "cluster_domain": "cluster_domain" - } - }, - "collector": { - "period": 60, - "password": false, - "bk_username": "", - "metrics_url": "http://localhost:7071" - } - }, - "plugin_info": { - "plugin_id": "dbm_kafka_bkpull", - "metric_json": [ - { - "fields": [ - { - "name": "kafka_controller_controllerchannelmanager_requestrateandqueuetimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerchannelmanager_requestrateandqueuetimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerchannelmanager_queuesize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "__name", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "name", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "jvm_memory_objects_pending_finalization", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_bytes_used", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_bytes_committed", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_bytes_max", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_bytes_init", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_bytes_used", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_bytes_committed", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_bytes_max", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_bytes_init", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_collection_used_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_collection_committed_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_collection_max_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_collection_init_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_transaction_transactionmarkerchannelmanager_unknowndestinationqueuesize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_topicuncleanleaderelectionenablerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleanermanager_max_dirty_percent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_producemessageconversions_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicafetchermanager_minfetchrate", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_invalidoffsetorsequencerecords_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_cluster_partition_replicascount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_totaltimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_topicdeletionrateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_globalpartitioncount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_requestbytes_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_kafkaserver_yammer_metrics_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_sessionexpirelistener_zookeeperexpires_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_group_groupmetadatamanager_numgroupsstable", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_messageconversionstimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_leaderandisrresponsereceivedrateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_partitionreassignmentrateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_delayedoperationpurgatory_numdelayedoperations", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_throttletimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleanermanager_uncleanable_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_socketserver_networkprocessoravgidlepercent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleaner_max_clean_time_secs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_uncleanleaderelections_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_socketserver_memorypoolavailable", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllereventmanager_eventqueuesize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_fetchsessioncache_numincrementalfetchsessions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_topicstodeletecount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_messagesin_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_controllershutdownrateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_logdirchangerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_cluster_partition_insyncreplicascount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_bytesout_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_processor_idlepercent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicafetchermanager_maxlag", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_remotetimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicaalterlogdirsmanager_maxlag", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_underminisrpartitioncount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_group_groupmetadatamanager_numoffsets", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_utils_throttler_cleaner_io_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_topicchangerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_fetchsessioncache_incrementalfetchsessionevictions_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_offlinereplicacount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_group_groupmetadatamanager_numgroupsdead", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_sessionexpirelistener_zookeeperdisconnects_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_activecontrollercount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_acceptor_acceptorblockedpercent_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_leaderelectionrateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_controlledshutdownrateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_totalfetchrequests_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_preferredreplicaimbalancecount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_zookeeperclientmetrics_zookeeperrequestlatencyms_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_uncleanleaderelectionenablerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_topicdeletionrateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_controlledshutdownrateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_invalidmagicnumberrecords_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_failedisrupdates_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_offlinepartitionscount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_invalidmessagecrcrecords_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleanermanager_time_since_last_run_ms", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_totaltimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_requestqueuetimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_responsequeuetimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_uncleanleaderelectionenablerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_messageconversionstimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_errors_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_kafkaserver_brokerstate", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_controllerchangerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleaner_max_buffer_utilization_percent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_globaltopiccount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_failedproducerequests_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleanermanager_uncleanable_partitions_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_failedfetchrequests_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_fetchsessioncache_numincrementalfetchpartitionscached", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_sessionexpirelistener_zookeepersaslauthentications_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_zookeeperclientmetrics_zookeeperrequestlatencyms", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_log_logendoffset", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_requestbytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_fetcherstats_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_replicasineligibletodeletecount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleaner_deadthreadcount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_temporarymemorybytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_controllershutdownrateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_group_groupmetadatamanager_numgroupscompletingrebalance", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_leaderandisrresponsereceivedrateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicaalterlogdirsmanager_minfetchrate", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_cluster_partition_laststableoffsetlag", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_totalproducerequests_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_underreplicatedpartitions", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_localtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllereventmanager_eventqueuetimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_responsequeuetimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_socketserver_memorypoolused", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicaalterlogdirsmanager_deadthreadcount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_socketserver_controlplaneexpiredconnectionskilledcount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_cluster_partition_underminisr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleaner_cleaner_recopy_percent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_delayedoperationpurgatory_purgatorysize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_throttletimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_listpartitionreassignmentrateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_transaction_transactionmarkerchannelmanager_logappendretryqueuesize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_cluster_partition_underreplicated", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_replicationbytesout_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_autoleaderbalancerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_listpartitionreassignmentrateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicafetchermanager_failedpartitionscount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_partitionreassignmentrateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_isrchangerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_socketserver_expiredconnectionskilledcount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_delayedfetchmetrics_expires_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_partitioncount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_atminisrpartitioncount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logmanager_offlinelogdirectorycount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_controllerstate", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_fetcherstats_bytes_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicafetchermanager_deadthreadcount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestchannel_responsequeuesize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logmanager_logdirectoryoffline", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_sessionexpirelistener_zookeepersyncconnects_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_logdirchangerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_cluster_partition_atminisr", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_responsesendtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_replicationbytesin_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_kafkarequesthandlerpool_requesthandleravgidlepercent_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_nokeycompactedtopicrecords_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_fetcherlagmetrics_consumerlag", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicaalterlogdirsmanager_failedpartitionscount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_remotetimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_manualleaderbalancerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_sessionexpirelistener_zookeeperauthfailures_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_log_numlogsegments", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_temporarymemorybytes_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_localtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_sessionexpirelistener_zookeeperreadonlyconnects_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_log_size", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_controllerchangerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_group_groupmetadatamanager_numgroupsempty", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_group_groupmetadatamanager_numgroups", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_isrchangerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_topicuncleanleaderelectionenablerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_leaderelectionrateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_autoleaderbalancerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_topicchangerateandtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_bytesrejected_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestchannel_requestqueuesize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_isrexpands_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_logcleaner_max_compaction_delay_secs", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_leadercount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_replicamanager_isrshrinks_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_responsesendtimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_network_requestmetrics_requestqueuetimems", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllereventmanager_eventqueuetimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_coordinator_group_groupmetadatamanager_numgroupspreparingrebalance", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_replicastodeletecount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_kafkarequesthandlerpool_requesthandleravgidle_percent", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_log_log_logstartoffset", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_bytesin_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerstats_manualleaderbalancerateandtimems_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_controllerchannelmanager_totalqueuesize", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_controller_kafkacontroller_topicsineligibletodeletecount", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "kafka_server_brokertopicmetrics_fetchmessageconversions_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_scrape_duration_seconds", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_scrape_error", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_scrape_cached_beans", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_buffer_pool_used_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_buffer_pool_capacity_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_buffer_pool_used_buffers", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_config_reload_failure_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_config_reload_failure_created", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_exporter_build_info", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "process_cpu_seconds_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "process_start_time_seconds", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "process_open_fds", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "process_max_fds", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "process_virtual_memory_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "process_resident_memory_bytes", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_info", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_gc_collection_seconds_count", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_gc_collection_seconds_sum", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_threads_current", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_threads_daemon", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_threads_peak", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_threads_started_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_threads_deadlocked", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_threads_deadlocked_monitor", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_threads_state", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_classes_currently_loaded", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_classes_loaded_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_classes_unloaded_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_config_reload_success_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jmx_config_reload_success_created", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_allocated_bytes_total", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "jvm_memory_pool_allocated_bytes_created", - "type": "double", - "unit": "none", - "is_active": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "area", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "pool", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "quantile", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "clientId", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "partition", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "topic", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "request", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "delayedOperation", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "logDirectory", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "networkProcessor", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "listener", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "error", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "clientId_ReplicaFetcherThread_75_1002_brokerHost", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "brokerPort", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "fetcherType", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "clientId_ReplicaFetcherThread_15_1002_brokerHost", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "version", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "processor", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "runtime", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "vendor", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "gc", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "state", - "type": "string", - "unit": "none", - "is_active": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "pushgateway_dbm_kafka_bkpull.group1", - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group1" - } - ], - "plugin_type": "Pushgateway", - "os_type_list": [ - "linux", - "windows", - "linux_aarch64" - ] - }, - "collect_type": "Pushgateway", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" - }, - "version": 5 -} \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_mysqld_exporter.mysql.json b/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_mysqld_exporter.mysql.json deleted file mode 100644 index 5f03669153..0000000000 --- a/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_mysqld_exporter.mysql.json +++ /dev/null @@ -1,9382 +0,0 @@ -{ - "bk_biz_id": 0, - "plugin_id": "dbm_mysqld_exporter", - "name": "dbm_mysqld_exporter", - "db_type": "mysql", - "short_name": "mysql", - "details": { - "name": "dbm_mysqld_exporter", - "label": "component", - "params": { - "plugin": { - "--config.my-cnf": "/etc/{{ target.service.labels[\"exporter_conf_path\"] }}", - "--web.listen-address": "${host}:${port}", - "--collect.datadir_size": "true", - "--collect.global_status": "", - "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { - "app": "app", - "appid": "appid", - "instance": "instance", - "cluster_name": "cluster_name", - "cluster_type": "cluster_type", - "instance_host": "instance_host", - "instance_role": "instance_role", - "cluster_domain": "cluster_domain" - }, - "--collect.global_variables": "true", - "--collect.slave_status_ext": "true", - "--collect.engine_innodb_status": "true", - "--collect.info_schema.innodb_trx": "true", - "--collect.infodba_schema.heartbeat": "true", - "--collect.info_schema.innodb_metrics": "true", - "--collect.info_schema.query_response_time": "true", - "--collect.auto_increment_ext.columns --collect.auto_increment_ext.interval=1h": "true", - "--collect.info_schema.processlist_ext --collect.info_schema.processlist_ext.by_user": "true", - "--collect.info_schema.tables_ext --collect.info_schema.tables_ext.interval=1h --collect.info_schema.tables_ext.databases=*": "true" - }, - "collector": { - "host": "127.0.0.1", - "port": "7000", - "period": 60 - } - }, - "plugin_info": { - "plugin_id": "dbm_mysqld_exporter", - "metric_json": [ - { - "fields": [ - { - "name": "mysql_up", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": false, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.group_default", - "rule_list": [], - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group_default" - }, - { - "fields": [ - { - "name": "mysql_global_status_aborted_clients", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_aborted_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_cache_disk_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_cache_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_snapshot_position", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_stmt_cache_disk_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_stmt_cache_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_bytes_received", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_bytes_sent", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_compression", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_created_tmp_disk_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_created_tmp_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_created_tmp_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_delayed_errors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_delayed_insert_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_delayed_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_flush_commands", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_available_undo_logs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_background_log_sync", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_bytes_data", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_bytes_dirty", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_ahead", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_ahead_evicted", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_ahead_rnd", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_wait_free", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_write_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffered_aio_submitted", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_checkpoint_age", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_checkpoint_max_age", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_pending_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_pending_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_pending_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_read", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_dblwr_pages_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_dblwr_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_ibuf_free_list", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_ibuf_segment_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_log_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_log_write_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_log_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_lsn_current", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_lsn_flushed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_lsn_last_checkpoint", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_master_thread_active_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_master_thread_idle_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_max_trx_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_mem_adaptive_hash", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_mem_dictionary", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_num_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_oldest_view_low_limit_trx_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_pending_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_pending_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_pages_created", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_pages_read", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_pages_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_purge_trx_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_purge_undo_no", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_current_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_time_avg", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_data_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_deleted_recs_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_pages_contiguous", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_pages_disjointed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_pages_total_seek_distance", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads_avoided", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_truncated_status_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_blocks_not_flushed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_blocks_unused", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_blocks_used", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_read_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_write_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_last_query_cost", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_last_query_partial_plans", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_locked_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_execution_time_exceeded", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_execution_time_set", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_execution_time_set_failed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_used_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_used_connections_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_not_flushed_delayed_rows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ongoing_anonymous_transaction_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_streams", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_table_definitions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_opened_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_opened_table_definitions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_opened_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_prepared_stmt_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_free_blocks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_free_memory", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_inserts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_lowmem_prunes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_not_cached", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_queries_in_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_total_blocks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_queries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_questions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_full_join", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_full_range_join", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_range", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_range_check", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_scan", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_heartbeat_period", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_open_temp_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_received_heartbeats", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_retried_transactions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slow_launch_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slow_queries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_merge_passes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_range", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_rows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_scan", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_accept_renegotiates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_accepts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_callback_cache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_client_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_connect_renegotiates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_ctx_verify_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_ctx_verify_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_default_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_finished_accepts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_finished_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_misses", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_overflows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_timeouts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_sessions_reused", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_used_session_cache_entries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_verify_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_verify_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_locks_immediate", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_locks_waited", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_open_cache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_open_cache_misses", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_open_cache_overflows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_tc_log_max_pages_used", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_tc_log_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_tc_log_page_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threadpool_idle_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threadpool_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_cached", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_connected", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_created", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_uptime", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_uptime_since_flush_status", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_buffer_pool_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "state" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_commands_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "command" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_buffer_pool_page_changes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "operation" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_ops_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "operation" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_handlers_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "handler" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_connection_errors_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "error" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "command", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "operation", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "handler", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "error", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.gstatus", - "rule_list": [], - "table_desc": "mysql_global_status", - "table_name": "gstatus" - }, - { - "fields": [ - { - "name": "mysql_global_variables_auto_generate_certs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_auto_increment_increment", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_auto_increment_offset", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_autocommit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_automatic_sp_privileges", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_avoid_temporal_upgrade", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_back_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_big_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_direct_non_transactional_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_group_commit_sync_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_group_commit_sync_no_delay_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_gtid_simple_recovery", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_max_flush_queue_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_order_commits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_rows_query_log_events", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_stmt_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_blob_compressed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_bulk_insert_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_check_proxy_users", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_connect_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_core_file", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_datetime_precision_use_v1", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_default_password_lifetime", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_default_week_format", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delay_key_write", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delayed_insert_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delayed_insert_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delayed_queue_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_disconnect_on_expired_password", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_div_precision_increment", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_end_markers_in_json", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_enforce_gtid_consistency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_eq_range_index_dive_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_event_scheduler", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_expand_fast_index_creation", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_expire_logs_days", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_explicit_defaults_for_timestamp", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_extra_max_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_extra_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_flush", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_flush_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_foreign_key_checks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ft_max_word_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ft_min_word_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ft_query_expansion_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_general_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_group_concat_max_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_gtid_executed_compression_period", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_gtid_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_backup_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_backup_safe_binlog_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_compress", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_crypt", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_dynamic_loading", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_geometry", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_openssl", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_profiling", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_query_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_rtree_keys", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_snapshot_cloning", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_ssl", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_statement_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_symlink", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_host_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ignore_builtin_innodb", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_flushing", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_flushing_lwm", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_hash_index", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_hash_index_parts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_max_sleep_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_bk_commit_interval", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_disable_rowlock", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_enable_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_enable_mdl", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_trx_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_autoextend_increment", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_autoinc_lock_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_chunk_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_dump_at_shutdown", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_dump_now", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_dump_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_in_core_file", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_load_abort", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_load_at_startup", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_load_now", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_change_buffer_max_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_checksums", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_cmp_per_index_enabled", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_commit_concurrency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compressed_columns_threshold", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compressed_columns_zip_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compression_failure_threshold_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compression_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compression_pad_pct_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_concurrency_tickets", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_deadlock_detect", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_disable_sort_file_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_doublewrite", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_fast_shutdown", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_file_format_check", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_file_per_table", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_fill_factor", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_log_at_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_log_at_trx_commit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_neighbors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_sync", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flushing_avg_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_force_load_corrupted", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_force_recovery", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_enable_diag_print", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_enable_stopword", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_ignore_stopwords", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_max_token_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_min_token_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_num_word_optimize", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_result_cache_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_sort_pll_degree", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_total_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_io_capacity", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_io_capacity_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_kill_idle_transaction", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_large_prefix", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_lock_wait_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_locks_unsafe_for_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_checksums", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_compressed_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_file_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_files_in_group", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_write_ahead_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_lru_scan_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_bitmap_file_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_changed_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_dirty_pages_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_dirty_pages_pct_lwm", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_purge_lag", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_purge_lag_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_undo_log_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_min_blob_compress_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_old_blocks_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_old_blocks_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_online_alter_log_max_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_optimize_fulltext_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_page_cleaners", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_print_all_deadlocks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_print_lock_wait_timeout_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_purge_batch_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_purge_rseg_truncate_frequency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_purge_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_random_read_ahead", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_read_ahead_threshold", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_read_io_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_replication_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_rollback_on_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_rollback_segments", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_show_locks_held", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_show_verbose_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_sort_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_spin_wait_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_auto_recalc", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_include_delete_marked", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_on_metadata", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_persistent", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_persistent_sample_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_sample_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_transient_sample_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_status_output", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_status_output_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_strict_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_support_xa", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_sync_array_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_sync_spin_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_table_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_thread_concurrency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_thread_sleep_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_track_changed_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_undo_log_truncate", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_undo_logs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_undo_tablespaces", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_use_global_flush_log_at_trx_commit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_use_native_aio", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_write_io_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_interactive_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_join_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_keep_files_on_create", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_cache_age_threshold", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_cache_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_cache_division_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_kill_idle_transaction", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_large_files_support", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_large_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_large_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_local_infile", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_lock_wait_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_locked_in_memory", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_compress", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_compress_min_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_trust_function_creators", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_use_v1_row_events", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_builtin_as_identified_by_password", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_error_verbosity", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_queries_not_using_indexes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slave_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_admin_statements", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_rate_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_slave_statements", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_sp_statements", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_statements_unsafe_for_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_syslog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_syslog_include_pid", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_throttle_queries_not_using_indexes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_warnings", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_long_query_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_low_priority_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_lower_case_file_system", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_lower_case_table_names", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_master_verify_checksum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_allowed_packet", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_stmt_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_connect_errors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_delayed_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_digest_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_error_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_execution_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_heap_table_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_insert_delayed_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_join_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_length_for_sort_data", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_points_in_geometry", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_prepared_stmt_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_relay_log_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_seeks_for_key", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_slowlog_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_slowlog_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_sort_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_sp_recursion_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_tmp_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_user_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_write_lock_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_xa_commit_logs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_metadata_locks_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_metadata_locks_hash_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_min_examined_row_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_multi_range_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_data_pointer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_max_sort_file_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_mmap_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_recover_options", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_repair_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_sort_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_use_mmap", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_mysql_native_password_proxy_users", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_buffer_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_read_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_retry_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_write_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_new", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ngram_token_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_offline_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_old", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_old_alter_table", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_old_passwords", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_open_files_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_prune_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_search_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_trace_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_trace_max_mem_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_trace_offset", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_parser_max_mem_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_accounts_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_digests_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_stages_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_stages_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_statements_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_statements_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_transactions_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_transactions_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_waits_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_waits_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_hosts_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_cond_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_cond_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_digest_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_file_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_file_handles", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_file_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_index_stat", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_memory_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_metadata_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_mutex_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_mutex_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_prepared_statements_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_program_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_rwlock_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_rwlock_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_socket_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_socket_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_sql_text_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_stage_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_statement_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_statement_stack", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_table_handles", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_table_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_table_lock_stat", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_thread_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_thread_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_session_connect_attrs_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_setup_actors_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_setup_objects_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_users_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_preload_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_profiling", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_profiling_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_protocol_version", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_alloc_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_min_res_unit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_strip_comments", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_type", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_wlock_invalidate", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_prealloc_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_response_time_flush", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_response_time_range_base", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_response_time_stats", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_range_alloc_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_range_optimizer_max_mem_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_binlog_speed_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_rnd_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_purge", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_recovery", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_space_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_uncompress", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_report_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_require_secure_transport", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_rpl_stop_slave_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_secure_auth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_server_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_server_id_bits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_gtids", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_schema", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_state_change", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_transaction_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sha256_password_auto_generate_rsa_keys", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sha256_password_proxy_users", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_show_compatibility_56", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_show_old_temporals", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_external_locking", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_name_resolve", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_networking", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_show_database", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_allow_batching", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_checkpoint_group", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_checkpoint_period", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_compressed_protocol", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_max_allowed_packet", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_net_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_parallel_workers", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_pending_jobs_size_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_preserve_commit_order", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_skip_errors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_sql_verify_checksum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_transaction_retries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slow_launch_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slow_query_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slow_query_log_always_write_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sort_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sort_when_partition_prefix_order", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_auto_is_null", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_big_selects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_buffer_result", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_log_bin", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_log_off", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_notes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_quote_show_create", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_safe_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_select_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_slave_skip_counter", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_warnings", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_stored_program_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_super_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_frm", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_master_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_relay_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_relay_log_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_table_definition_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_table_open_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_table_open_cache_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_high_prio_tickets", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_idle_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_max_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_oversubscribe", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_stall_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_stack", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_statistics", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_tmp_table_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_alloc_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_prealloc_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_write_set_extraction", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_tx_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_unique_checks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_updatable_views_with_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_userstat", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_wait_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.gvars", - "rule_list": [], - "table_desc": "mysql_global_variables", - "table_name": "gvars" - }, - { - "fields": [ - { - "name": "mysql_datadir_df_total_fs_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_total_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_avail_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_usage", - "type": "double", - "unit": "percentunit", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_used_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_du_used_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "path", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "mount_point", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "fs_type", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.datasize", - "rule_list": [], - "table_desc": "mysql_datadir_size", - "table_name": "datasize" - }, - { - "fields": [ - { - "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_btree_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_reads_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_created_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_read_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_data", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_dirty", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_evicted_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_reads_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_wait_free_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_write_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_pool_dirty_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_mark_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_mark_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_insert_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_insert_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_size_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_dml_dml_deletes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_dml_dml_inserts_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_dml_dml_updates_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_file_system_file_num_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlocks_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_current_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_avg", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_timeouts_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_data_fsyncs_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_data_reads_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_data_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_bytes_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_fsyncs_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_fsyncs_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_padded_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_write_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_buffer_pool_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_activity_count_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_pages_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_os_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_rounds_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_os_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_rounds_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_os_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_rounds_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_transaction_trx_rseg_history_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_queries_in_queue", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_queries_inside_innodb", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_read_views_open_inside_innodb", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.innodbmtr", - "rule_list": [], - "table_desc": "mysql_info_schema_innodb_metrics", - "table_name": "innodbmtr" - }, - { - "fields": [ - { - "name": "mysql_engine_innodb_lock_waits_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_locks_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_long_query_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_long_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_idle_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "trx_state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "command", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "user", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.innodbtrx", - "rule_list": [], - "table_desc": "mysql_engine_innodb_metrics_locks", - "table_name": "innodbtrx" - }, - { - "fields": [ - { - "name": "mysql_info_schema_query_response_time_seconds_sum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_query_response_time_seconds_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_read_query_response_time_seconds_sum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_read_query_response_time_seconds_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_write_query_response_time_seconds_sum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_write_query_response_time_seconds_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_query_response_time_seconds_bucket", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "le" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_read_query_response_time_seconds_bucket", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "le" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_write_query_response_time_seconds_bucket", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "le" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "le", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.resptime", - "rule_list": [], - "table_desc": "mysql_info_schema_query_response_time", - "table_name": "resptime" - }, - { - "fields": [ - { - "name": "mysql_info_schema_auto_increment_column", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "column", - "schema", - "table" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_auto_increment_column_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "column", - "schema", - "table" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "int_type", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "column", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "schema", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "table", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.tableincr", - "rule_list": [], - "table_desc": "mysql_info_schema_auto_increment", - "table_name": "tableincr" - }, - { - "fields": [ - { - "name": "mysql_info_schema_table_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "component", - "schema", - "table" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_total_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "schema" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_table_rows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "table", - "schema" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "component", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "schema", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "table", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.tablesize", - "rule_list": [], - "table_desc": "mysql_info_schema_table_size schema", - "table_name": "tablesize" - }, - { - "fields": [ - { - "name": "mysql_info_schema_table_version", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "schema", - "table", - "type", - "create_options", - "engine", - "row_format" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "schema", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "table", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "type", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "create_options", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "engine", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "row_format", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "le", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.tabledef", - "rule_list": [], - "table_desc": "mysql_info_schema_table_version", - "table_name": "tabledef" - }, - { - "fields": [ - { - "name": "mysql_version_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "version", - "version_comment", - "innodb_version" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "version", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "version_comment", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "innodb_version", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.version", - "rule_list": [], - "table_desc": "mysql_version_info", - "table_name": "version" - }, - { - "fields": [ - { - "name": "mysql_info_schema_processlist_seconds", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "command", - "state" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_processlist_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "command", - "state" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_processlist_processes_by_user", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "mysql_user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_user", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "command", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.plist", - "rule_list": [], - "table_desc": "mysql_info_schema_processlist", - "table_name": "plist" - }, - { - "fields": [ - { - "name": "mysql_infodba_schema_heartbeat_delay_sec", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_infodba_schema_heartbeat_beat_sec", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_auto_position", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_connect_retry", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_exec_master_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_last_errno", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_last_io_errno", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_last_sql_errno", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_retry_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_server_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_ssl_allowed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_ssl_verify_server_cert", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_read_master_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_relay_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_relay_log_space", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_seconds_behind_master", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_skip_counter", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_slave_io_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_slave_sql_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_sql_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_until_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "beat_from", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "master_server_id", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "channel_name", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "connection_name", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "master_host", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "master_uuid", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.slavestat", - "rule_list": [], - "table_desc": "mysql_slave_status", - "table_name": "slavestat" - }, - { - "fields": [ - { - "name": "mysql_exporter_collector_duration_seconds", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "collector" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_exporter_last_scrape_error", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_exporter_scrapes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "collector", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.internal", - "rule_list": [], - "table_desc": "exporter collector", - "table_name": "internal" - } - ], - "plugin_type": "Exporter", - "os_type_list": [ - "linux" - ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" - }, - "version": 5 -} \ No newline at end of file diff --git a/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_spider_exporter.spider.json b/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_spider_exporter.spider.json deleted file mode 100644 index 58802673d2..0000000000 --- a/dbm-ui/backend/db_monitor/tpls/collect/mysql.dbm_spider_exporter.spider.json +++ /dev/null @@ -1,9382 +0,0 @@ -{ - "bk_biz_id": 0, - "plugin_id": "dbm_mysqld_exporter", - "name": "dbm_spider_exporter", - "db_type": "mysql", - "short_name": "spider", - "details": { - "name": "dbm_spider_exporter", - "label": "component", - "params": { - "plugin": { - "--config.my-cnf": "/etc/{{ target.service.labels[\"exporter_conf_path\"] }}", - "--web.listen-address": "${host}:${port}", - "--collect.datadir_size": "true", - "--collect.global_status": "", - "\u670d\u52a1\u5b9e\u4f8b\u7ef4\u5ea6\u6ce8\u5165": { - "app": "app", - "appid": "appid", - "instance": "instance", - "cluster_name": "cluster_name", - "cluster_type": "cluster_type", - "instance_host": "instance_host", - "instance_role": "instance_role", - "cluster_domain": "cluster_domain" - }, - "--collect.global_variables": "true", - "--collect.slave_status_ext": "false", - "--collect.engine_innodb_status": "false", - "--collect.info_schema.innodb_trx": "false", - "--collect.infodba_schema.heartbeat": "false", - "--collect.info_schema.innodb_metrics": "false", - "--collect.info_schema.query_response_time": "true", - "--collect.auto_increment_ext.columns --collect.auto_increment_ext.interval=1h": "false", - "--collect.info_schema.processlist_ext --collect.info_schema.processlist_ext.by_user": "true", - "--collect.info_schema.tables_ext --collect.info_schema.tables_ext.interval=1h --collect.info_schema.tables_ext.databases=*": "false" - }, - "collector": { - "host": "127.0.0.1", - "port": "7000", - "period": 60 - } - }, - "plugin_info": { - "plugin_id": "dbm_mysqld_exporter", - "metric_json": [ - { - "fields": [ - { - "name": "mysql_up", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": false, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.group_default", - "rule_list": [], - "table_desc": "\u9ed8\u8ba4\u5206\u7ec4", - "table_name": "group_default" - }, - { - "fields": [ - { - "name": "mysql_global_status_aborted_clients", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_aborted_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_cache_disk_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_cache_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_snapshot_position", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_stmt_cache_disk_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_binlog_stmt_cache_use", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_bytes_received", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_bytes_sent", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_compression", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_created_tmp_disk_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_created_tmp_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_created_tmp_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_delayed_errors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_delayed_insert_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_delayed_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_flush_commands", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_available_undo_logs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_background_log_sync", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_bytes_data", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_bytes_dirty", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_ahead", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_ahead_evicted", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_ahead_rnd", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_read_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_wait_free", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffer_pool_write_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_buffered_aio_submitted", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_checkpoint_age", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_checkpoint_max_age", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_pending_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_pending_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_pending_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_read", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_data_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_dblwr_pages_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_dblwr_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_ibuf_free_list", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_ibuf_segment_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_log_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_log_write_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_log_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_lsn_current", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_lsn_flushed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_lsn_last_checkpoint", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_master_thread_active_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_master_thread_idle_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_max_trx_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_mem_adaptive_hash", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_mem_dictionary", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_num_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_oldest_view_low_limit_trx_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_pending_fsyncs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_pending_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_os_log_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_pages_created", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_pages_read", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_pages_written", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_purge_trx_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_purge_undo_no", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_current_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_time_avg", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_lock_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_data_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_deleted_recs_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_pages_contiguous", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_pages_disjointed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_scan_pages_total_seek_distance", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_secondary_index_triggered_cluster_reads_avoided", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_truncated_status_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_blocks_not_flushed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_blocks_unused", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_blocks_used", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_read_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_reads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_write_requests", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_key_writes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_last_query_cost", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_last_query_partial_plans", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_locked_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_execution_time_exceeded", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_execution_time_set", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_execution_time_set_failed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_used_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_max_used_connections_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_not_flushed_delayed_rows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ongoing_anonymous_transaction_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_streams", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_table_definitions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_open_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_opened_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_opened_table_definitions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_opened_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_prepared_stmt_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_free_blocks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_free_memory", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_inserts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_lowmem_prunes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_not_cached", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_queries_in_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_qcache_total_blocks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_queries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_questions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_full_join", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_full_range_join", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_range", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_range_check", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_select_scan", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_heartbeat_period", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_open_temp_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_received_heartbeats", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_retried_transactions", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slave_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slow_launch_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_slow_queries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_merge_passes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_range", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_rows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_sort_scan", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_accept_renegotiates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_accepts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_callback_cache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_client_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_connect_renegotiates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_ctx_verify_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_ctx_verify_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_default_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_finished_accepts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_finished_connects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_misses", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_overflows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_session_cache_timeouts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_sessions_reused", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_used_session_cache_entries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_verify_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_ssl_verify_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_locks_immediate", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_locks_waited", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_open_cache_hits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_open_cache_misses", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_table_open_cache_overflows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_tc_log_max_pages_used", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_tc_log_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_tc_log_page_waits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threadpool_idle_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threadpool_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_cached", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_connected", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_created", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_threads_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_uptime", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_uptime_since_flush_status", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_buffer_pool_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "state" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_commands_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "command" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_buffer_pool_page_changes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "operation" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_innodb_row_ops_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "operation" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_handlers_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "handler" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_status_connection_errors_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "error" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "command", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "operation", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "handler", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "error", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.gstatus", - "rule_list": [], - "table_desc": "mysql_global_status", - "table_name": "gstatus" - }, - { - "fields": [ - { - "name": "mysql_global_variables_auto_generate_certs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_auto_increment_increment", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_auto_increment_offset", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_autocommit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_automatic_sp_privileges", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_avoid_temporal_upgrade", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_back_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_big_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_direct_non_transactional_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_group_commit_sync_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_group_commit_sync_no_delay_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_gtid_simple_recovery", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_max_flush_queue_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_order_commits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_rows_query_log_events", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_binlog_stmt_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_blob_compressed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_bulk_insert_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_check_proxy_users", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_connect_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_core_file", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_datetime_precision_use_v1", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_default_password_lifetime", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_default_week_format", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delay_key_write", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delayed_insert_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delayed_insert_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_delayed_queue_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_disconnect_on_expired_password", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_div_precision_increment", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_end_markers_in_json", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_enforce_gtid_consistency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_eq_range_index_dive_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_event_scheduler", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_expand_fast_index_creation", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_expire_logs_days", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_explicit_defaults_for_timestamp", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_extra_max_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_extra_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_flush", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_flush_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_foreign_key_checks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ft_max_word_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ft_min_word_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ft_query_expansion_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_general_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_group_concat_max_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_gtid_executed_compression_period", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_gtid_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_backup_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_backup_safe_binlog_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_compress", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_crypt", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_dynamic_loading", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_geometry", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_openssl", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_profiling", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_query_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_rtree_keys", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_snapshot_cloning", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_ssl", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_statement_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_have_symlink", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_host_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ignore_builtin_innodb", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_flushing", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_flushing_lwm", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_hash_index", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_hash_index_parts", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_adaptive_max_sleep_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_bk_commit_interval", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_disable_rowlock", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_enable_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_enable_mdl", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_api_trx_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_autoextend_increment", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_autoinc_lock_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_chunk_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_dump_at_shutdown", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_dump_now", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_dump_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_in_core_file", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_load_abort", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_load_at_startup", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_load_now", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_buffer_pool_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_change_buffer_max_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_checksums", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_cmp_per_index_enabled", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_commit_concurrency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compressed_columns_threshold", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compressed_columns_zip_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compression_failure_threshold_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compression_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_compression_pad_pct_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_concurrency_tickets", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_deadlock_detect", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_disable_sort_file_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_doublewrite", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_fast_shutdown", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_file_format_check", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_file_per_table", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_fill_factor", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_log_at_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_log_at_trx_commit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_neighbors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flush_sync", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_flushing_avg_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_force_load_corrupted", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_force_recovery", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_enable_diag_print", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_enable_stopword", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_ignore_stopwords", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_max_token_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_min_token_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_num_word_optimize", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_result_cache_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_sort_pll_degree", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_ft_total_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_io_capacity", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_io_capacity_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_kill_idle_transaction", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_large_prefix", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_lock_wait_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_locks_unsafe_for_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_checksums", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_compressed_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_file_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_files_in_group", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_log_write_ahead_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_lru_scan_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_bitmap_file_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_changed_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_dirty_pages_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_dirty_pages_pct_lwm", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_purge_lag", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_purge_lag_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_max_undo_log_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_min_blob_compress_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_old_blocks_pct", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_old_blocks_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_online_alter_log_max_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_optimize_fulltext_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_page_cleaners", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_print_all_deadlocks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_print_lock_wait_timeout_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_purge_batch_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_purge_rseg_truncate_frequency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_purge_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_random_read_ahead", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_read_ahead_threshold", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_read_io_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_replication_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_rollback_on_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_rollback_segments", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_show_locks_held", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_show_verbose_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_sort_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_spin_wait_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_auto_recalc", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_include_delete_marked", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_on_metadata", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_persistent", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_persistent_sample_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_sample_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_stats_transient_sample_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_status_output", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_status_output_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_strict_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_support_xa", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_sync_array_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_sync_spin_loops", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_table_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_thread_concurrency", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_thread_sleep_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_track_changed_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_undo_log_truncate", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_undo_logs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_undo_tablespaces", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_use_global_flush_log_at_trx_commit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_use_native_aio", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_innodb_write_io_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_interactive_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_join_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_keep_files_on_create", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_cache_age_threshold", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_cache_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_key_cache_division_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_kill_idle_transaction", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_large_files_support", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_large_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_large_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_local_infile", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_lock_wait_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_locked_in_memory", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_compress", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_compress_min_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_trust_function_creators", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_bin_use_v1_row_events", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_builtin_as_identified_by_password", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_error_verbosity", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_queries_not_using_indexes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slave_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_admin_statements", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_rate_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_slave_statements", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_slow_sp_statements", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_statements_unsafe_for_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_syslog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_syslog_include_pid", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_throttle_queries_not_using_indexes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_log_warnings", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_long_query_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_low_priority_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_lower_case_file_system", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_lower_case_table_names", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_master_verify_checksum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_allowed_packet", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_binlog_stmt_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_connect_errors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_delayed_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_digest_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_error_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_execution_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_heap_table_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_insert_delayed_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_join_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_length_for_sort_data", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_points_in_geometry", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_prepared_stmt_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_relay_log_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_seeks_for_key", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_slowlog_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_slowlog_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_sort_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_sp_recursion_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_tmp_tables", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_user_connections", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_write_lock_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_max_xa_commit_logs", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_metadata_locks_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_metadata_locks_hash_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_min_examined_row_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_multi_range_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_data_pointer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_max_sort_file_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_mmap_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_recover_options", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_repair_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_sort_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_myisam_use_mmap", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_mysql_native_password_proxy_users", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_buffer_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_read_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_retry_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_net_write_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_new", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_ngram_token_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_offline_mode", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_old", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_old_alter_table", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_old_passwords", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_open_files_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_prune_level", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_search_depth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_trace_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_trace_max_mem_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_optimizer_trace_offset", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_parser_max_mem_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_accounts_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_digests_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_stages_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_stages_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_statements_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_statements_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_transactions_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_transactions_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_waits_history_long_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_events_waits_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_hosts_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_cond_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_cond_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_digest_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_file_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_file_handles", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_file_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_index_stat", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_memory_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_metadata_locks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_mutex_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_mutex_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_prepared_statements_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_program_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_rwlock_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_rwlock_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_socket_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_socket_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_sql_text_length", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_stage_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_statement_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_statement_stack", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_table_handles", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_table_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_table_lock_stat", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_thread_classes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_max_thread_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_session_connect_attrs_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_setup_actors_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_setup_objects_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_performance_schema_users_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_preload_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_profiling", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_profiling_history_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_protocol_version", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_alloc_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_min_res_unit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_strip_comments", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_type", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_cache_wlock_invalidate", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_prealloc_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_response_time_flush", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_response_time_range_base", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_query_response_time_stats", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_range_alloc_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_range_optimizer_max_mem_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_binlog_speed_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_read_rnd_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_purge", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_recovery", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_space_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_relay_log_uncompress", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_report_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_require_secure_transport", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_rpl_stop_slave_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_secure_auth", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_server_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_server_id_bits", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_gtids", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_schema", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_state_change", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_session_track_transaction_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sha256_password_auto_generate_rsa_keys", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sha256_password_proxy_users", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_show_compatibility_56", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_show_old_temporals", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_external_locking", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_name_resolve", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_networking", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_skip_show_database", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_allow_batching", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_checkpoint_group", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_checkpoint_period", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_compressed_protocol", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_max_allowed_packet", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_net_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_parallel_workers", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_pending_jobs_size_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_preserve_commit_order", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_skip_errors", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_sql_verify_checksum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slave_transaction_retries", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slow_launch_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slow_query_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_slow_query_log_always_write_time", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sort_buffer_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sort_when_partition_prefix_order", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_auto_is_null", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_big_selects", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_buffer_result", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_log_bin", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_log_off", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_notes", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_quote_show_create", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_safe_updates", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_select_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_slave_skip_counter", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sql_warnings", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_stored_program_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_super_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_binlog", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_frm", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_master_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_relay_log", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_sync_relay_log_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_table_definition_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_table_open_cache", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_table_open_cache_instances", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_cache_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_high_prio_tickets", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_idle_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_max_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_oversubscribe", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_pool_stall_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_stack", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_thread_statistics", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_tmp_table_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_alloc_block_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_prealloc_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_transaction_write_set_extraction", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_tx_read_only", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_unique_checks", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_updatable_views_with_limit", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_userstat", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_global_variables_wait_timeout", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.gvars", - "rule_list": [], - "table_desc": "mysql_global_variables", - "table_name": "gvars" - }, - { - "fields": [ - { - "name": "mysql_datadir_df_total_fs_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_total_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_avail_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_usage", - "type": "double", - "unit": "percentunit", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_df_used_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_datadir_du_used_mb", - "type": "double", - "unit": "mbytes", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "path", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "mount_point", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "fs_type", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.datasize", - "rule_list": [], - "table_desc": "mysql_datadir_size", - "table_name": "datasize" - }, - { - "fields": [ - { - "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_btree_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_adaptive_hash_index_adaptive_hash_searches_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_reads_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_data_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_created_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_read_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pages_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_data", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_bytes_dirty", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_evicted_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_ahead_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_read_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_reads_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_wait_free_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_buffer_pool_write_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_buffer_pool_dirty_pages", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_mark_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_delete_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_mark_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_delete_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_discard_insert_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_insert_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_merges_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_change_buffer_ibuf_size_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_dml_dml_deletes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_dml_dml_inserts_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_dml_dml_updates_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_file_system_file_num_open_files", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_deadlocks_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_current_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_avg", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_time_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_row_lock_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_lock_lock_timeouts_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_data_fsyncs_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_data_reads_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_data_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_bytes_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_fsyncs_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_fsyncs_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_os_os_log_pending_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_padded_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_write_requests_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_recovery_log_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_buffer_pool_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_activity_count_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_pages_written_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_dblwr_writes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_page_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_os_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_rounds_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_s_spin_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_os_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_rounds_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_sx_spin_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_os_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_rounds_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_server_innodb_rwlock_x_spin_waits_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_innodb_metrics_transaction_trx_rseg_history_len", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_queries_in_queue", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_queries_inside_innodb", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_read_views_open_inside_innodb", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.innodbmtr", - "rule_list": [], - "table_desc": "mysql_info_schema_innodb_metrics", - "table_name": "innodbmtr" - }, - { - "fields": [ - { - "name": "mysql_engine_innodb_lock_waits_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_locks_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_long_query_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_long_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_engine_innodb_trx_idle_time_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "trx_state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "command", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "user", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.innodbtrx", - "rule_list": [], - "table_desc": "mysql_engine_innodb_metrics_locks", - "table_name": "innodbtrx" - }, - { - "fields": [ - { - "name": "mysql_info_schema_query_response_time_seconds_sum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_query_response_time_seconds_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_read_query_response_time_seconds_sum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_read_query_response_time_seconds_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_write_query_response_time_seconds_sum", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_write_query_response_time_seconds_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_query_response_time_seconds_bucket", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "le" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_read_query_response_time_seconds_bucket", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "le" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_write_query_response_time_seconds_bucket", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "le" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "le", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.resptime", - "rule_list": [], - "table_desc": "mysql_info_schema_query_response_time", - "table_name": "resptime" - }, - { - "fields": [ - { - "name": "mysql_info_schema_auto_increment_column", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "column", - "schema", - "table" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_auto_increment_column_max", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "column", - "schema", - "table" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "int_type", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "column", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "schema", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "table", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.tableincr", - "rule_list": [], - "table_desc": "mysql_info_schema_auto_increment", - "table_name": "tableincr" - }, - { - "fields": [ - { - "name": "mysql_info_schema_table_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "component", - "schema", - "table" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_total_size", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "schema" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_table_rows", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "table", - "schema" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "component", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "schema", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "table", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.tablesize", - "rule_list": [], - "table_desc": "mysql_info_schema_table_size schema", - "table_name": "tablesize" - }, - { - "fields": [ - { - "name": "mysql_info_schema_table_version", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "schema", - "table", - "type", - "create_options", - "engine", - "row_format" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "schema", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "table", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "type", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "create_options", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "engine", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "row_format", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "le", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.tabledef", - "rule_list": [], - "table_desc": "mysql_info_schema_table_version", - "table_name": "tabledef" - }, - { - "fields": [ - { - "name": "mysql_version_info", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "version", - "version_comment", - "innodb_version" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "version", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "version_comment", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "innodb_version", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.version", - "rule_list": [], - "table_desc": "mysql_version_info", - "table_name": "version" - }, - { - "fields": [ - { - "name": "mysql_info_schema_processlist_seconds", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "command", - "state" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_processlist_threads", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "command", - "state" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_info_schema_processlist_processes_by_user", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "mysql_user" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_user", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "command", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "state", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.plist", - "rule_list": [], - "table_desc": "mysql_info_schema_processlist", - "table_name": "plist" - }, - { - "fields": [ - { - "name": "mysql_infodba_schema_heartbeat_delay_sec", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_infodba_schema_heartbeat_beat_sec", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_auto_position", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_connect_retry", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_exec_master_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_last_errno", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_last_io_errno", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_last_sql_errno", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_port", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_retry_count", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_server_id", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_ssl_allowed", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_master_ssl_verify_server_cert", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_read_master_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_relay_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_relay_log_space", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_seconds_behind_master", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_skip_counter", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_slave_io_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_slave_sql_running", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_sql_delay", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_slave_status_until_log_pos", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "channel_name", - "connection_name", - "master_host", - "master_uuid" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "beat_from", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "master_server_id", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "channel_name", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "connection_name", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "master_host", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - }, - { - "name": "master_uuid", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.slavestat", - "rule_list": [], - "table_desc": "mysql_slave_status", - "table_name": "slavestat" - }, - { - "fields": [ - { - "name": "mysql_exporter_collector_duration_seconds", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [ - "collector" - ], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_exporter_last_scrape_error", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "mysql_exporter_scrapes_total", - "type": "double", - "unit": "none", - "is_active": true, - "is_manual": true, - "dimensions": [], - "description": "", - "source_name": "", - "monitor_type": "metric", - "is_diff_metric": false - }, - { - "name": "collector", - "type": "string", - "unit": "none", - "is_active": true, - "is_manual": true, - "description": "", - "source_name": "", - "monitor_type": "dimension", - "is_diff_metric": false - } - ], - "table_id": "exporter_dbm_mysqld_exporter.internal", - "rule_list": [], - "table_desc": "exporter collector", - "table_name": "internal" - } - ], - "plugin_type": "Exporter", - "os_type_list": [ - "linux" - ] - }, - "collect_type": "Exporter", - "target_nodes": [], - "target_node_type": "TOPO", - "target_object_type": "SERVICE" - }, - "version": 5 -} \ No newline at end of file diff --git a/dbm-ui/backend/db_periodic_task/local_tasks/db_monitor.py b/dbm-ui/backend/db_periodic_task/local_tasks/db_monitor.py index 9447550bdd..66506691bb 100644 --- a/dbm-ui/backend/db_periodic_task/local_tasks/db_monitor.py +++ b/dbm-ui/backend/db_periodic_task/local_tasks/db_monitor.py @@ -130,7 +130,7 @@ def get_bkm_strategy(name, bk_biz_id=env.DBA_APP_BK_BIZ_ID): bk_biz_id=policy.bk_biz_id, db_type=policy.db_type, name=policy_name ) - if synced_policy.version >= policy.version: + if synced_policy.version != policy.version: logger.info("[sync_plat_monitor_policy] skip same version alarm: %s " % policy_name) continue